mirror of
https://github.com/libretro/hatari.git
synced 2025-02-16 22:28:06 +00:00
tvos: properly set min supported version
This commit is contained in:
parent
a4dcfcb919
commit
14bd4dbd2e
@ -145,6 +145,8 @@ else ifeq ($(platform), tvos-arm64)
|
||||
CC = clang -arch arm64 -isysroot $(IOSSDK)
|
||||
CXX = clang++ -arch arm64 -isysroot $(IOSSDK)
|
||||
CFLAGS += -DIOS -DHAVE_POSIX_MEMALIGN=1 -w
|
||||
CC += -mappletvos-version-min=11.0
|
||||
CFLAGS += -mappletvos-version-min=11.0
|
||||
|
||||
else ifeq ($(platform), wii)
|
||||
TARGET := $(TARGET_NAME)_libretro_wii.a
|
||||
|
Loading…
x
Reference in New Issue
Block a user