mirror of
https://github.com/opelly27/Stockfish.git
synced 2026-05-20 03:57:45 +00:00
Use fallback implementation for C++ aligned_alloc
fixes https://github.com/official-stockfish/Stockfish/issues/2921 closes https://github.com/official-stockfish/Stockfish/pull/2927 No functional change
This commit is contained in:
committed by
Joost VandeVondele
parent
add890a10b
commit
d7a26899a9
+2
-2
@@ -354,8 +354,8 @@ endif
|
||||
endif
|
||||
|
||||
ifeq ($(KERNEL),Darwin)
|
||||
CXXFLAGS += -arch $(arch) -mmacosx-version-min=10.15
|
||||
LDFLAGS += -arch $(arch) -mmacosx-version-min=10.15
|
||||
CXXFLAGS += -arch $(arch) -mmacosx-version-min=10.13
|
||||
LDFLAGS += -arch $(arch) -mmacosx-version-min=10.13
|
||||
endif
|
||||
|
||||
### Travis CI script uses COMPILER to overwrite CXX
|
||||
|
||||
Reference in New Issue
Block a user