iOS: Another try at interpreter override
authornegativeExponent <negativeExponent@users.noreply.github.com>
Wed, 4 Nov 2020 22:34:11 +0000 (06:34 +0800)
committernegativeExponent <negativeExponent@users.noreply.github.com>
Thu, 5 Nov 2020 08:28:44 +0000 (16:28 +0800)
Makefile.libretro

index 3efe8f9..797ee07 100644 (file)
@@ -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