aboutsummaryrefslogtreecommitdiff
path: root/Makefile.libretro
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.libretro')
-rw-r--r--Makefile.libretro9
1 files changed, 0 insertions, 9 deletions
diff --git a/Makefile.libretro b/Makefile.libretro
index bdc7b6e..ac91cf8 100644
--- a/Makefile.libretro
+++ b/Makefile.libretro
@@ -94,9 +94,6 @@ else ifeq ($(platform), osx)
TARGET := $(TARGET_NAME)_libretro.dylib
fpic := -fPIC
HAVE_NEON = 0
-ifeq ($(DYNAREC),0)
- TARGET := $(TARGET_NAME)_interpreter_libretro.dylib
-endif
MACSOSVER = `sw_vers -productVersion | cut -d. -f 1`
OSXVER = `sw_vers -productVersion | cut -d. -f 2`
OSX_LT_MAVERICKS = `(( $(OSXVER) <= 9)) && echo "YES"`
@@ -124,9 +121,6 @@ ifeq ($(DYNAREC),lightrec)
# Override
DYNAREC := 0
endif
-ifeq ($(DYNAREC),0)
- TARGET := $(TARGET_NAME)_interpreter_libretro_ios.dylib
-endif
fpic := -fPIC
ifeq ($(IOSSDK),)
@@ -165,9 +159,6 @@ ifeq ($(DYNAREC),lightrec)
# Override
DYNAREC := 0
endif
-ifeq ($(DYNAREC),0)
- TARGET := $(TARGET_NAME)_interpreter_libretro_tvos.dylib
-endif
fpic := -fPIC
ifeq ($(IOSSDK),)