mirror of
https://github.com/libretro/libretro-fceumm.git
synced 2025-01-14 04:32:31 +00:00
Fix tvos build
This commit is contained in:
parent
154ee559c0
commit
5218d39aa8
@ -134,6 +134,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 iOS
|
||||
else ifeq ($(platform), theos_ios)
|
||||
|
Loading…
x
Reference in New Issue
Block a user