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 endif
ARCH = arm ARCH = arm
else else
TARGET := $(TARGET_NAME)_retro.dll TARGET := $(TARGET_NAME)_libretro.dll
CC = gcc CC = gcc
LD_FLAGS := -fPIC LD_FLAGS := -fPIC
SHARED := -shared -static-libgcc -static-libstdc++ SHARED := -shared -static-libgcc -static-libstdc++