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:
778ad9c
)
Fixed ios9 compilation
author
Glenn
<glenn.hevey@gmail.com>
Mon, 11 Dec 2017 10:02:27 +0000
(21:02 +1100)
committer
Glenn
<glenn.hevey@gmail.com>
Mon, 11 Dec 2017 10:02:27 +0000
(21:02 +1100)
Makefile.libretro
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.libretro
b/Makefile.libretro
index
c1e4051
..
b085912
100644
(file)
--- a/
Makefile.libretro
+++ b/
Makefile.libretro
@@
-53,7
+53,7
@@
else ifeq ($(platform), osx)
fpic += -mmacosx-version-min=10.1
# iOS
-else ifeq ($(platform),$(filter $(platform),ios
9 ios
-arm64))
+else ifeq ($(platform),$(filter $(platform),ios-arm64))
ARCH := arm64
USE_DYNAREC = 0
HAVE_NEON = 0
@@
-66,7
+66,7
@@
else ifneq (,$(findstring ios,$(platform)))
HAVE_NEON = 1
BUILTIN_GPU = neon
TARGET := $(TARGET_NAME)_libretro_ios.dylib
-ifeq ($(USE_DYNAREC),
0
)
+ifeq ($(USE_DYNAREC),
1
)
# Override
TARGET := $(TARGET_NAME)_interpreter_libretro_ios.dylib
endif