mirror of
https://github.com/FunKey-Project/picodrive-irixxxx.git
synced 2026-04-01 17:52:59 +02:00
(OSX) Lower requirements to OSX 10.1
This commit is contained in:
@@ -63,9 +63,7 @@ else ifeq ($(platform), osx)
|
||||
endif
|
||||
OSXVER = `sw_vers -productVersion | cut -d. -f 2`
|
||||
OSX_LT_MAVERICKS = `(( $(OSXVER) <= 9)) && echo "YES"`
|
||||
ifeq ($(OSX_LT_MAVERICKS),"YES")
|
||||
SHARED += -mmacosx-version-min=10.5
|
||||
endif
|
||||
SHARED += -mmacosx-version-min=10.1
|
||||
|
||||
# iOS
|
||||
else ifeq ($(platform), ios)
|
||||
|
||||
Reference in New Issue
Block a user