mirror of
https://github.com/sockspls/badfish
synced 2025-04-30 08:43:09 +00:00
Fix dependency generation for MacOSX
No functional change Resolves #290
This commit is contained in:
parent
a3943b2aa7
commit
bae4679de2
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue