From f814c3f6f890d68d5c97256080ba522e31f6ce44 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andr=C3=A9s=20Su=C3=A1rez?= Date: Wed, 30 Jul 2014 09:24:59 -0500 Subject: [PATCH] fix libretro-super build fix libretro-super build --- Makefile.libretro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.libretro b/Makefile.libretro index e6229d5..96e4fe9 100644 --- a/Makefile.libretro +++ b/Makefile.libretro @@ -126,7 +126,7 @@ ifneq (,$(findstring armasm,$(platform))) endif ARCH = arm else - TARGET := $(TARGET_NAME)_retro.dll + TARGET := $(TARGET_NAME)_libretro.dll CC = gcc LD_FLAGS := -fPIC SHARED := -shared -static-libgcc -static-libstdc++ -- 2.39.2