Commit 4ef57a28 authored by Rafaël Carré's avatar Rafaël Carré

Fix shell syntax, sh is not C

parent 218a8f91
......@@ -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" ]; then
elif [ -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