mirror of
https://github.com/opelly27/Stockfish.git
synced 2026-05-20 06:17:49 +00:00
Revert previous patch
After the previous patch, it's impossible to build anything else than x86 32-bit binary! So revert. Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
+1
-1
@@ -299,7 +299,7 @@ endif
|
|||||||
### ==========================================================================
|
### ==========================================================================
|
||||||
|
|
||||||
default:
|
default:
|
||||||
$(MAKE) ARCH=x86-32 COMP=gcc build
|
$(MAKE) ARCH=$(ARCH) COMP=$(COMP) build
|
||||||
|
|
||||||
help:
|
help:
|
||||||
@echo ""
|
@echo ""
|
||||||
|
|||||||
Reference in New Issue
Block a user