mirror of
https://github.com/libretro/potator.git
synced 2024-11-23 08:29:41 +00:00
Fix tvos build
This commit is contained in:
parent
06ec3b724b
commit
014f3185bc
@ -117,6 +117,8 @@ else ifeq ($(platform), tvos-arm64)
|
||||
ifeq ($(IOSSDK),)
|
||||
IOSSDK := $(shell xcodebuild -version -sdk appletvos Path)
|
||||
endif
|
||||
CC = clang -arch arm64 -isysroot $(IOSSDK)
|
||||
CXX = clang++ -arch arm64 -isysroot $(IOSSDK)
|
||||
|
||||
# Theos
|
||||
else ifeq ($(platform), theos_ios)
|
||||
|
Loading…
Reference in New Issue
Block a user