(retroarch-build.sh) Fix in ARM NEON string

This commit is contained in:
twinaphex 2013-07-14 19:17:57 +02:00
parent 07eebc9d25
commit c95913e0e7

View File

@ -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
}