mirror of
https://github.com/libretro/potator.git
synced 2024-11-23 08:29:41 +00:00
tvos: properly set min supported version
This commit is contained in:
parent
aed31f9254
commit
5608858044
@ -119,6 +119,8 @@ ifeq ($(IOSSDK),)
|
|||||||
endif
|
endif
|
||||||
CC = clang -arch arm64 -isysroot $(IOSSDK)
|
CC = clang -arch arm64 -isysroot $(IOSSDK)
|
||||||
CXX = clang++ -arch arm64 -isysroot $(IOSSDK)
|
CXX = clang++ -arch arm64 -isysroot $(IOSSDK)
|
||||||
|
CC += -mappletvos-version-min=11.0
|
||||||
|
SHARED += -mappletvos-version-min=11.0
|
||||||
|
|
||||||
# Theos
|
# Theos
|
||||||
else ifeq ($(platform), theos_ios)
|
else ifeq ($(platform), theos_ios)
|
||||||
|
Loading…
Reference in New Issue
Block a user