From f949273aad14fd5f8c086847e45780f58e9d6c84 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Sun, 14 Jul 2013 00:36:38 +0200 Subject: [PATCH] Small build fix for ARM --- libretro-build-common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libretro-build-common.sh b/libretro-build-common.sh index b23c8f20..dff282f8 100644 --- a/libretro-build-common.sh +++ b/libretro-build-common.sh @@ -16,7 +16,7 @@ echo "Compiler: $COMPILER" if [ "$ARM_NEON" ]; then echo "=== ARM NEON opts enabled... ===" -export FORMAT_COMPILER_TARGET=armv-neon +export FORMAT_COMPILER_TARGET=$FORMAT_COMPILER_TARGET-neon echo $FORMAT_COMPILER_TARGET fi if [ "$CORTEX_A8" ]; then