From: Andrés Suárez Date: Wed, 30 Jul 2014 14:24:59 +0000 (-0500) Subject: fix libretro-super build X-Git-Tag: v1.92~74^2 X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f814c3f6f890d68d5c97256080ba522e31f6ce44;hp=f9020f359ce58d56770c55d0ddb5fbb386cf2346;p=picodrive.git fix libretro-super build fix libretro-super build --- 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++