From: twinaphex Date: Wed, 12 Feb 2020 11:58:21 +0000 (+0100) Subject: Take out this override for OSX X-Git-Tag: r24l~666 X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=commitdiff_plain;ds=sidebyside;h=4cb0b8cf7ae13f47983b46a9436a0a0a410c96b3;p=pcsx_rearmed.git Take out this override for OSX --- diff --git a/Makefile.libretro b/Makefile.libretro index 5f11423a..133ee6da 100644 --- a/Makefile.libretro +++ b/Makefile.libretro @@ -74,11 +74,6 @@ else ifeq ($(platform), osx) TARGET := $(TARGET_NAME)_libretro.dylib fpic := -fPIC fpic += -mmacosx-version-min=10.1 -ifeq ($(DYNAREC),lightrec) - # Override - DYNAREC = 0 - TARGET := $(TARGET_NAME)_interpreter_libretro.dylib -endif # iOS else ifeq ($(platform),$(filter $(platform),ios-arm64))