mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-28 18:50:29 +00:00
(Theos/iOS) Come up with more elegant way of detecting the latest iOS SDK in
$THEOS/sdks
This commit is contained in:
parent
50e21d7432
commit
8441d46b10
@ -1,4 +1,8 @@
|
||||
SDKVERSION=8.1
|
||||
_SDK_DIR := $(THEOS)/sdks
|
||||
_IOS_SDKS := $(sort $(patsubst $(_SDK_DIR)/iPhoneOS%.sdk,%,$(wildcard $(_SDK_DIR)/iPhoneOS*.sdk)))
|
||||
_LATEST_SDK := $(word $(words $(_IOS_SDKS)),$(_IOS_SDKS))
|
||||
|
||||
SDKVERSION := $(_LATEST_SDK)
|
||||
ARCHS = armv7 armv7s
|
||||
include $(THEOS)/makefiles/common.mk
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user