mirror of
https://github.com/official-stockfish/Stockfish.git
synced 2026-07-22 20:57:10 +00:00
fix Makefile universal build selection
and remove armv8 left-over closes https://github.com/official-stockfish/Stockfish/pull/6876 No functional change
This commit is contained in:
committed by
Joost VandeVondele
parent
0c1001c93e
commit
8416ccafff
+1
-1
@@ -155,7 +155,7 @@ else
|
||||
SUPPORTED_ARCH=false
|
||||
endif
|
||||
|
||||
ifneq (,$(findstring universal,$(ARCH)))
|
||||
ifneq (,$(filter $(ARCH),x86-64-universal arm64-universal))
|
||||
UNIVERSAL_BUILD=true
|
||||
else
|
||||
UNIVERSAL_BUILD=false
|
||||
|
||||
Reference in New Issue
Block a user