mirror of
https://github.com/Pecusx/libretro-atari800.git
synced 2026-05-20 22:33:22 +02:00
fix android target name
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user