Merge pull request #474 from negativeExponent/ios_interpreter
authorAutechre <libretro@gmail.com>
Fri, 6 Nov 2020 04:33:38 +0000 (05:33 +0100)
committerGitHub <noreply@github.com>
Fri, 6 Nov 2020 04:33:38 +0000 (05:33 +0100)
iOS: Another try at interpreter override

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