aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornegativeExponent2020-11-05 06:34:11 +0800
committernegativeExponent2020-11-05 16:28:44 +0800
commit52f02bba7baa7ccc7dd6cdd8619b54c46b92c4a0 (patch)
tree27cec742948357b3de5336b36ebfef33787d184d
parent8b1966efee9bd5da1a882ea82d780022d6f6bb0c (diff)
downloadpcsx_rearmed-52f02bba7baa7ccc7dd6cdd8619b54c46b92c4a0.tar.gz
pcsx_rearmed-52f02bba7baa7ccc7dd6cdd8619b54c46b92c4a0.tar.bz2
pcsx_rearmed-52f02bba7baa7ccc7dd6cdd8619b54c46b92c4a0.zip
iOS: Another try at interpreter override
-rw-r--r--Makefile.libretro4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.libretro b/Makefile.libretro
index 3efe8f9..797ee07 100644
--- a/Makefile.libretro
+++ b/Makefile.libretro
@@ -96,7 +96,9 @@ else ifneq (,$(findstring ios,$(platform)))
TARGET := $(TARGET_NAME)_libretro_ios.dylib
ifeq ($(DYNAREC),lightrec)
# Override
- DYNAREC = 0
+ DYNAREC := 0
+endif
+ifeq ($(DYNAREC),0)
TARGET := $(TARGET_NAME)_interpreter_libretro_ios.dylib
endif
fpic := -fPIC