mirror of
https://github.com/opelly27/Stockfish.git
synced 2026-05-20 06:17:49 +00: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
|
CXXFLAGS += -pedantic -Wno-long-long -Wextra -Wshadow
|
||||||
ifeq ($(UNAME),Darwin)
|
ifeq ($(UNAME),Darwin)
|
||||||
CXXFLAGS += -std=c++0x -stdlib=libc++
|
CXXFLAGS += -std=c++0x -stdlib=libc++
|
||||||
|
DEPENDFLAGS += -std=c++0x -stdlib=libc++
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user