aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortwinaphex2013-05-18 03:42:37 +0200
committertwinaphex2013-05-18 03:42:37 +0200
commit5cdb2a3c8c6d53dd47257101d577f1fb43c2f459 (patch)
tree7d97bb393f617138a2df5b9810735bad10d5a870
parentc8810e871bcb2fe8adc4f5165d83164ef6312b64 (diff)
downloadpcsx_rearmed-5cdb2a3c8c6d53dd47257101d577f1fb43c2f459.tar.gz
pcsx_rearmed-5cdb2a3c8c6d53dd47257101d577f1fb43c2f459.tar.bz2
pcsx_rearmed-5cdb2a3c8c6d53dd47257101d577f1fb43c2f459.zip
(iOS) Standardize target name
-rw-r--r--Makefile.libretro2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.libretro b/Makefile.libretro
index db1feb0..a447ea9 100644
--- a/Makefile.libretro
+++ b/Makefile.libretro
@@ -31,7 +31,7 @@ else ifeq ($(platform), osx)
SHARED := -dynamiclib
else ifeq ($(platform), ios)
ARCH := arm
- TARGET := $(TARGET_NAME)_libretro.dylib
+ TARGET := $(TARGET_NAME)_libretro_ios.dylib
fpic := -fPIC
SHARED := -dynamiclib