notaz.gp2x.de
/
pcsx_rearmed.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
91d629e
)
iOS: support for building using buildbot recipe
author
Yoshi Sugawara
<yoshi.sugawara@gmail.com>
Tue, 13 Aug 2019 20:40:25 +0000
(10:40 -1000)
committer
Yoshi Sugawara
<yoshi.sugawara@gmail.com>
Tue, 13 Aug 2019 20:40:25 +0000
(10:40 -1000)
Makefile.libretro
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.libretro
b/Makefile.libretro
index
5af8d75
..
514b7ef
100644
(file)
--- 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