From f896fbdc2abde181ef7a9f83b97c59c218ffff9c Mon Sep 17 00:00:00 2001 From: twinaphex Date: Sat, 18 May 2013 03:46:19 +0200 Subject: [PATCH] (iOS) Standardize target name --- Makefile.libretro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.libretro b/Makefile.libretro index 002c948..61caf69 100644 --- a/Makefile.libretro +++ b/Makefile.libretro @@ -44,7 +44,7 @@ else ifeq ($(platform), osx) ENDIANNESS_DEFINES := -DLSB_FIRST PLATFORM_DEFINES := -DHAVE_ZLIB else ifeq ($(platform), ios) - TARGET := $(TARGET_NAME)_libretro.dylib + TARGET := $(TARGET_NAME)_libretro_ios.dylib fpic := -fPIC SHARED := -dynamiclib -lz ENDIANNESS_DEFINES := -DLSB_FIRST