aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.libretro2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.libretro b/Makefile.libretro
index 1dbacd5..9c8a757 100644
--- a/Makefile.libretro
+++ b/Makefile.libretro
@@ -129,7 +129,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