From 51bd89ce1c580ee87729b7a32b2cf9554f1b768f Mon Sep 17 00:00:00 2001 From: twinaphex Date: Tue, 4 Aug 2015 02:43:18 +0200 Subject: [PATCH] Now copies the files over --- libretro-config.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libretro-config.sh b/libretro-config.sh index 79911b30..7854e1b5 100755 --- a/libretro-config.sh +++ b/libretro-config.sh @@ -38,7 +38,7 @@ case "$platform" in android-armeabi_v7a) DIST_DIR="android/armeabi-v7a" FORMAT_EXT=so - FORMAT=_android + FORMAT=.armeabi-v7a FORMAT_COMPILER_TARGET=android-armeabi_v7a FORMAT_COMPILER_TARGET_ALT=android-armeabi_v7a UNAME_PLATFORM="$(uname)"