mirror of
https://github.com/libretro/beetle-psx-libretro.git
synced 2024-11-23 00:39:40 +00:00
tvos: properly set min supported version (#916)
Some checks failed
Crowdin Translation Integration / create_intl_file (push) Has been cancelled
Some checks failed
Crowdin Translation Integration / create_intl_file (push) Has been cancelled
This commit is contained in:
parent
03422dfef1
commit
c5dd945fd0
5
Makefile
5
Makefile
@ -212,6 +212,11 @@ else ifeq ($(platform), tvos-arm64)
|
||||
|
||||
CC = cc -arch arm64 -isysroot $(IOSSDK)
|
||||
CXX = c++ -arch arm64 -isysroot $(IOSSDK)
|
||||
MINVER = -mappletvos-version-min=11.0
|
||||
LDFLAGS += $(MINVER)
|
||||
FLAGS += $(MINVER)
|
||||
CC += $(MINVER)
|
||||
CXX += $(MINVER)
|
||||
|
||||
# QNX
|
||||
else ifeq ($(platform), qnx)
|
||||
|
Loading…
Reference in New Issue
Block a user