Commit 843e8cba authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Android: fix typo

parent e38885cb
......@@ -17,7 +17,7 @@ if [ -z "$NO_NEON" ]; then
CFLAGS="$CFLAGS -mfpu=neon -mcpu=cortex-a8"
LDFLAGS="$LDFLAGS -Wl,--fix-cortex-a8"
EXTRA_PARAMS=" --enable-neon"
else if [ -n "$TEGRA2" ]
else if [ -n "$TEGRA2" ]; then
CXX_TARGET="armeabi-v7a"
CFLAGS="$CFLAGS -mfpu=vfpv3-d16 -mcpu=cortex-a9"
EXTRA_PARAMS=" --disable-neon"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment