From fa72ae9b55bcc1f55bc8b74769862ef9a6825ecd Mon Sep 17 00:00:00 2001 From: twinaphex Date: Tue, 16 Nov 2021 10:18:48 +0100 Subject: [PATCH] Set DEFINES and set libc++ --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 8fff64b..6f45f15 100644 --- a/Makefile +++ b/Makefile @@ -113,6 +113,7 @@ else ifeq ($(platform), tvos-arm64) TARGET := $(TARGET_NAME)_libretro_tvos.dylib fpic := -fPIC SHARED := -dynamiclib + DEFINES := -DIOS -stdlib=libc++ ifeq ($(IOSSDK),) IOSSDK := $(shell xcodebuild -version -sdk appletvos Path) endif