From: twinaphex Date: Wed, 24 Mar 2021 23:33:51 +0000 (+0100) Subject: Get rid of interpreter name X-Git-Tag: r24l~588 X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3993490baa28964c5e3e8f879b58147184d9b0f7;p=pcsx_rearmed.git Get rid of interpreter name --- diff --git a/Makefile.libretro b/Makefile.libretro index bdc7b6e7..ac91cf88 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"` @@ -123,9 +120,6 @@ else ifneq (,$(findstring ios,$(platform))) ifeq ($(DYNAREC),lightrec) # Override DYNAREC := 0 -endif -ifeq ($(DYNAREC),0) - TARGET := $(TARGET_NAME)_interpreter_libretro_ios.dylib endif fpic := -fPIC @@ -164,9 +158,6 @@ else ifeq ($(platform), tvos-arm64) ifeq ($(DYNAREC),lightrec) # Override DYNAREC := 0 -endif -ifeq ($(DYNAREC),0) - TARGET := $(TARGET_NAME)_interpreter_libretro_tvos.dylib endif fpic := -fPIC