fix android target name

This commit is contained in:
Not6
2017-03-06 14:31:21 +01:00
parent 2618695dd9
commit 3cfb2e17e5
+1 -1
View File
@@ -53,7 +53,7 @@ else ifneq (,$(findstring linux-portable,$(platform)))
SHARED := -shared -Wl,-version-script=link.T
# android arm
else ifneq (,$(findstring android,$(platform)))
TARGET := $(TARGET_NAME)_libretro.so
TARGET := $(TARGET_NAME)_libretro_android.so
fpic = -fPIC
SHARED := -lstdc++ -llog -lz -shared -Wl,--version-script=link.T -Wl,--no-undefined