fix libretro-super build
authorAndrés Suárez <andres.430@gmail.com>
Wed, 30 Jul 2014 14:24:59 +0000 (09:24 -0500)
committerAndrés Suárez <andres.430@gmail.com>
Wed, 30 Jul 2014 14:24:59 +0000 (09:24 -0500)
fix libretro-super build

Makefile.libretro

index e6229d5..96e4fe9 100644 (file)
@@ -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++