mirror of
https://github.com/libretro/prosystem-libretro.git
synced 2024-11-30 11:40:26 +00:00
Merge pull request #78 from warmenhoven/dev/warmenhoven/tvos
Fix tvos build
This commit is contained in:
commit
3db33d880b
1
Makefile
1
Makefile
@ -118,6 +118,7 @@ else ifeq ($(platform), tvos-arm64)
|
|||||||
ifeq ($(IOSSDK),)
|
ifeq ($(IOSSDK),)
|
||||||
IOSSDK := $(shell xcodebuild -version -sdk appletvos Path)
|
IOSSDK := $(shell xcodebuild -version -sdk appletvos Path)
|
||||||
endif
|
endif
|
||||||
|
CC = clang -arch arm64 -isysroot $(IOSSDK)
|
||||||
|
|
||||||
# Theos
|
# Theos
|
||||||
else ifeq ($(platform), theos_ios)
|
else ifeq ($(platform), theos_ios)
|
||||||
|
Loading…
Reference in New Issue
Block a user