aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortwinaphex2014-07-30 17:05:21 +0200
committertwinaphex2014-07-30 17:05:21 +0200
commitd9849c9a5ea08171671a75cd499fefc26e9747b5 (patch)
tree3e098db69b68fab5831c8edc59ae8718f211ed95
parent496d5596907024138ae72cda9eed05c92a697d18 (diff)
downloadpcsx_rearmed-d9849c9a5ea08171671a75cd499fefc26e9747b5.tar.gz
pcsx_rearmed-d9849c9a5ea08171671a75cd499fefc26e9747b5.tar.bz2
pcsx_rearmed-d9849c9a5ea08171671a75cd499fefc26e9747b5.zip
Makefile - fixup Windows build
-rw-r--r--Makefile.libretro2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.libretro b/Makefile.libretro
index 0621d18..7c16422 100644
--- a/Makefile.libretro
+++ b/Makefile.libretro
@@ -133,7 +133,7 @@ endif
ARCH = arm
USE_DYNAREC = 1
else
- TARGET := $(TARGET_NAME)_retro.dll
+ TARGET := $(TARGET_NAME)_libretro.dll
CC = gcc
fpic := -fPIC
LD_FLAGS := -fPIC