From 52f02bba7baa7ccc7dd6cdd8619b54c46b92c4a0 Mon Sep 17 00:00:00 2001 From: negativeExponent Date: Thu, 5 Nov 2020 06:34:11 +0800 Subject: iOS: Another try at interpreter override --- Makefile.libretro | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3