Buildfixes for Apple

This commit is contained in:
Twinaphex 2020-01-21 15:17:50 +01:00 committed by negativeExponent
parent 6c7a0552d0
commit 78ad7dbe9d

View File

@ -122,7 +122,7 @@ else
endif
OSXVER = `sw_vers -productVersion | cut -d. -f 2`
OSX_LT_MAVERICKS = `(( $(OSXVER) <= 9)) && echo "YES"`
fpic += -mmacosx-version-min=10.1
fpic += -mmacosx-version-min=10.7
# iOS
else ifneq (,$(findstring ios,$(platform)))