Merge pull request #1 from fr500/master
authorTwinaphex <libretro@gmail.com>
Wed, 30 Jul 2014 14:45:03 +0000 (16:45 +0200)
committerTwinaphex <libretro@gmail.com>
Wed, 30 Jul 2014 14:45:03 +0000 (16:45 +0200)
fix libretro-super build

Makefile.libretro

index 87d8272..6e43abc 100644 (file)
@@ -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++