mirror of
https://github.com/libretro/bk-emulator.git
synced 2024-11-23 08:49:54 +00:00
tvos: properly set min supported version (#25)
This commit is contained in:
parent
31af5ca5f3
commit
f95d929c8e
@ -132,6 +132,9 @@ else ifeq ($(platform), tvos-arm64)
|
||||
fpic := -fPIC
|
||||
SHARED := -dynamiclib
|
||||
DEFINES := -DIOS
|
||||
MINVERSION = -mappletvos-version-min=11.0
|
||||
CFLAGS += $(MINVERSION)
|
||||
SHARED += $(MINVERSION)
|
||||
ifeq ($(IOSSDK),)
|
||||
IOSSDK := $(shell xcodebuild -version -sdk appletvos Path)
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user