mirror of
https://github.com/libretro/libretro-super
synced 2025-01-01 09:00:08 +00:00
(retroarch-build.sh) Fix in ARM NEON string
This commit is contained in:
parent
07eebc9d25
commit
c95913e0e7
@ -197,7 +197,7 @@ check_deps()
|
||||
|
||||
if [ $ARM_NEON ]; then
|
||||
echo "=== Enabling ARM NEON support (CFLAGS) ==="
|
||||
export RARCHCFLAGS=="-mfpu=neon"
|
||||
export RARCHCFLAGS="${RARCHCFLAGS} -mfpu=neon"
|
||||
fi
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user