From: negativeExponent Date: Wed, 4 Nov 2020 22:34:11 +0000 (+0800) Subject: iOS: Another try at interpreter override X-Git-Tag: r24l~605^2 X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=commitdiff_plain;ds=inline;h=52f02bba7baa7ccc7dd6cdd8619b54c46b92c4a0;p=pcsx_rearmed.git iOS: Another try at interpreter override --- diff --git a/Makefile.libretro b/Makefile.libretro index 3efe8f95..797ee07c 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