Fix tvos build
This commit is contained in:
parent
f4e65d15c0
commit
61ca45147e
1 changed files with 2 additions and 0 deletions
2
Makefile
2
Makefile
|
@ -155,6 +155,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)
|
||||
|
||||
# iOS Theos
|
||||
else ifeq ($(platform), theos_ios)
|
||||
|
|
Loading…
Add table
Reference in a new issue