aboutsummaryrefslogtreecommitdiff
path: root/Makefile.libretro
diff options
context:
space:
mode:
authortwinaphex2013-05-18 03:42:37 +0200
committernotaz2013-05-26 18:54:53 +0300
commitaa0e931b7dbd98359d3b0aa0db16c4d2ee8ca197 (patch)
treee6d801bc00e1591ccab05df0ebe678213fd938ec /Makefile.libretro
parent51ba74081fe32f7581b75acded217a9a67ede429 (diff)
downloadpcsx_rearmed-aa0e931b7dbd98359d3b0aa0db16c4d2ee8ca197.tar.gz
pcsx_rearmed-aa0e931b7dbd98359d3b0aa0db16c4d2ee8ca197.tar.bz2
pcsx_rearmed-aa0e931b7dbd98359d3b0aa0db16c4d2ee8ca197.zip
(iOS) Standardize target name
Diffstat (limited to 'Makefile.libretro')
-rw-r--r--Makefile.libretro2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.libretro b/Makefile.libretro
index 8e9cdd1..9436c8a 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