From f3652f885d66fe76f69ec16e38af85c2fcfa851c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andr=C3=A9s=20Su=C3=A1rez?= Date: Wed, 30 Jul 2014 09:30:52 -0500 Subject: [PATCH] fix libretro-super build --- Makefile.libretro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.libretro b/Makefile.libretro index 87d8272..6e43abc 100644 --- a/Makefile.libretro +++ b/Makefile.libretro @@ -212,7 +212,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