From 3cfb2e17e5d77938391c58ad7edf08a208dc903f Mon Sep 17 00:00:00 2001 From: Not6 Date: Mon, 6 Mar 2017 14:31:21 +0100 Subject: [PATCH] fix android target name --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 92e75a8..87231f7 100644 --- a/Makefile +++ b/Makefile @@ -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