Merge pull request #225 from warmenhoven/dev/warmenhoven/tvos

Fix tvos build
This commit is contained in:
LibretroAdmin 2023-05-28 06:01:11 +02:00 committed by GitHub
commit daecc614f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -218,6 +218,9 @@ ifeq ($(IOSSDK),)
IOSSDK := $(shell xcodebuild -version -sdk appletvos Path)
endif
CC = cc -arch arm64 -isysroot $(IOSSDK)
CXX = c++ -arch arm64 -isysroot $(IOSSDK)
# QNX
else ifeq ($(platform), qnx)
TARGET := $(TARGET_NAME)_libretro_$(platform).so