mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-25 03:26:24 +08:00
Fix dependency generation for MacOSX
No functional change Resolves #290
This commit is contained in:
committed by
Joona Kiiski
parent
a3943b2aa7
commit
bae4679de2
@@ -178,6 +178,7 @@ ifeq ($(COMP),clang)
|
||||
CXXFLAGS += -pedantic -Wno-long-long -Wextra -Wshadow
|
||||
ifeq ($(UNAME),Darwin)
|
||||
CXXFLAGS += -std=c++0x -stdlib=libc++
|
||||
DEPENDFLAGS += -std=c++0x -stdlib=libc++
|
||||
endif
|
||||
endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user