fix libretro-super build

fix libretro-super build
This commit is contained in:
Andrés Suárez 2014-07-30 09:24:59 -05:00
parent f9020f359c
commit f814c3f6f8

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