Pass -mmacosx-version-min=10.7 to more stuff
This commit is contained in:
parent
535a17bcf2
commit
d3247d16fb
1 changed files with 3 additions and 0 deletions
|
@ -19,6 +19,9 @@ DEP = $(addsuffix .d, $(basename $(SRC)))
|
|||
###################
|
||||
|
||||
ifeq (yes, $(BUILD_DARWIN))
|
||||
CFLAGS += -mmacosx-version-min=10.7
|
||||
CXXFLAGS += -mmacosx-version-min=10.7
|
||||
LDFLAGS += -mmacosx-version-min=10.7
|
||||
LIB_SHARED_LINK = $(LIB_SHARED_LINK_OSX)
|
||||
endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue