Merge pull request #1 from fr500/master

fix libretro-super build
This commit is contained in:
Twinaphex 2014-07-30 16:45:03 +02:00
commit 2edc89c4fd

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