Skip to content

Commit

Permalink
Merge pull request #128 from warmenhoven/dev/warmenhoven/tvos
Browse files Browse the repository at this point in the history
Fix tvos build
  • Loading branch information
LibretroAdmin authored May 28, 2023
2 parents 8525818 + a8ab2f1 commit 7721766
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 7721766

Please sign in to comment.