mirror of
https://github.com/libretro/libretro-super
synced 2025-01-08 12:37:23 +00:00
Small build fix for ARM
This commit is contained in:
parent
d73a2b4a83
commit
f949273aad
@ -16,7 +16,7 @@ echo "Compiler: $COMPILER"
|
|||||||
|
|
||||||
if [ "$ARM_NEON" ]; then
|
if [ "$ARM_NEON" ]; then
|
||||||
echo "=== ARM NEON opts enabled... ==="
|
echo "=== ARM NEON opts enabled... ==="
|
||||||
export FORMAT_COMPILER_TARGET=armv-neon
|
export FORMAT_COMPILER_TARGET=$FORMAT_COMPILER_TARGET-neon
|
||||||
echo $FORMAT_COMPILER_TARGET
|
echo $FORMAT_COMPILER_TARGET
|
||||||
fi
|
fi
|
||||||
if [ "$CORTEX_A8" ]; then
|
if [ "$CORTEX_A8" ]; then
|
||||||
|
Loading…
Reference in New Issue
Block a user