Merge pull request #17 from fr500/master

fix libretro-super build
This commit is contained in:
notaz 2014-08-05 02:42:01 +03:00
commit 5ec48917cf

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