Skip to content

Commit

Permalink
Fix tvos build
Browse files Browse the repository at this point in the history
  • Loading branch information
warmenhoven committed May 27, 2023
1 parent b3fcc43 commit a8ab2f1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,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)
CFLAGS += -DIOS -DIOS_ARM64

# iOS Theos
Expand Down

0 comments on commit a8ab2f1

Please sign in to comment.