aboutsummaryrefslogtreecommitdiff
path: root/Makefile.libretro
diff options
context:
space:
mode:
authorYoshi Sugawara2019-08-13 10:40:25 -1000
committerYoshi Sugawara2019-08-13 10:40:25 -1000
commitd1cce3263f0971a7efc0061d21d5f239e8e68065 (patch)
treea79ef79d8ded285e3ec55c0b5cee803e52b696a9 /Makefile.libretro
parent91d629e78ac3f5dafe11ed2a36a348df3ee95564 (diff)
downloadpcsx_rearmed-d1cce3263f0971a7efc0061d21d5f239e8e68065.tar.gz
pcsx_rearmed-d1cce3263f0971a7efc0061d21d5f239e8e68065.tar.bz2
pcsx_rearmed-d1cce3263f0971a7efc0061d21d5f239e8e68065.zip
iOS: support for building using buildbot recipe
Diffstat (limited to 'Makefile.libretro')
-rw-r--r--Makefile.libretro6
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile.libretro b/Makefile.libretro
index 5af8d75..514b7ef 100644
--- a/Makefile.libretro
+++ b/Makefile.libretro
@@ -82,7 +82,11 @@ else ifeq ($(platform),$(filter $(platform),ios-arm64))
USE_DYNAREC = 0
HAVE_NEON = 0
BUILTIN_GPU = peops
- TARGET := $(TARGET_NAME)_libretro_ios.dylib
+ TARGET := $(TARGET_NAME)_interpreter_libretro_ios.dylib
+
+ CC = clang -arch arm64 -isysroot $(IOSSDK) -miphoneos-version-min=8.0
+ CXX = clang++ -arch arm64 -isysroot $(IOSSDK) -miphoneos-version-min=8.0
+ CFLAGS += -marm -DIOS
else ifneq (,$(findstring ios,$(platform)))
ARCH := arm