mirror of
https://github.com/libretro/libretro-super
synced 2025-01-05 21:54:33 +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
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user