X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=Makefile.libretro;h=bd74dec5d1919a59a6294e8696ea4fb0358c5605;hb=5d24686e06a195c86687d06a5f6456c5862a465b;hp=bdc7b6e7bda9f3727d8df165f5fb49ffd96a47d2;hpb=0e1ccb3fef5d07b2b9d3e8ad12fe69f704b9669b;p=pcsx_rearmed.git diff --git a/Makefile.libretro b/Makefile.libretro index bdc7b6e7..bd74dec5 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 @@ -261,6 +252,7 @@ else ifeq ($(platform), ctr) CFLAGS += -fomit-frame-pointer -ffast-math -funroll-loops CFLAGS += -Ifrontend/3ds -I$(CTRULIB)/include CFLAGS += -Werror=implicit-function-declaration + CFLAGS += -DHAVE_UNISTD_H OBJS += frontend/3ds/utils.o