Skip to content

Commit

Permalink
Merge pull request libretro#92 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 7fb33e0 + 9b3beeb commit 47c355b
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 @@ -195,6 +195,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)

else ifeq ($(platform), qnx)
TARGET := $(TARGET_NAME)_libretro_$(platform).so
Expand Down

0 comments on commit 47c355b

Please sign in to comment.