Merge pull request #17 from fr500/master
authornotaz <notasas@gmail.com>
Mon, 4 Aug 2014 23:42:01 +0000 (02:42 +0300)
committernotaz <notasas@gmail.com>
Mon, 4 Aug 2014 23:42:01 +0000 (02:42 +0300)
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++