fix libretro-super build

This commit is contained in:
Andrés Suárez 2014-07-30 09:30:52 -05:00
parent 2f832b7f19
commit f3652f885d

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