mirror of
https://github.com/libretro/libretro-o2em.git
synced 2024-11-26 18:00:22 +00:00
tvos: properly set min supported version (#64)
Some checks failed
CI / build-ps2 (push) Has been cancelled
Some checks failed
CI / build-ps2 (push) Has been cancelled
This commit is contained in:
parent
c8f458d035
commit
3ba4231c1d
3
Makefile
3
Makefile
@ -141,6 +141,9 @@ ifeq ($(IOSSDK),)
|
||||
IOSSDK := $(shell xcodebuild -version -sdk appletvos Path)
|
||||
endif
|
||||
CC = cc -arch arm64 -isysroot $(IOSSDK)
|
||||
MINVERSION = -mappletvos-version-min=11.0
|
||||
CFLAGS += $(MINVERSION)
|
||||
SHARED += $(MINVERSION)
|
||||
|
||||
else ifeq ($(platform), theos_ios)
|
||||
DEPLOYMENT_IOSVERSION = 5.0
|
||||
|
Loading…
Reference in New Issue
Block a user