Browse Source

fix libretro-super build

fix libretro-super build
Andrés Suárez 9 years ago
parent
commit
f814c3f6f8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Makefile.libretro

+ 1 - 1
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++