diff options
author | twinaphex | 2020-02-12 12:58:21 +0100 |
---|---|---|
committer | twinaphex | 2020-02-12 12:58:21 +0100 |
commit | 4cb0b8cf7ae13f47983b46a9436a0a0a410c96b3 (patch) | |
tree | 0052fc53e6c1daa581959d650fe73f3614dba0e3 | |
parent | d040632df581b4542e76b4cef7b4e07506a83c83 (diff) | |
download | pcsx_rearmed-4cb0b8cf7ae13f47983b46a9436a0a0a410c96b3.tar.gz pcsx_rearmed-4cb0b8cf7ae13f47983b46a9436a0a0a410c96b3.tar.bz2 pcsx_rearmed-4cb0b8cf7ae13f47983b46a9436a0a0a410c96b3.zip |
Take out this override for OSX
-rw-r--r-- | Makefile.libretro | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Makefile.libretro b/Makefile.libretro index 5f11423..133ee6d 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)) |