[Android] Fix bash script
Jean-Baptiste Kempf
git at videolan.org
Fri Jun 22 17:19:12 CEST 2012
android | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Fri Jun 22 17:18:25 2012 +0200| [24dbe4c25f0e7208bef2105ee9096347fd4120b8] | committer: Jean-Baptiste Kempf
Fix bash script
> http://git.videolan.org/gitweb.cgi/android.git/?a=commit;h=24dbe4c25f0e7208bef2105ee9096347fd4120b8
---
compile.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/compile.sh b/compile.sh
index bee33e2..4ee4ecc 100755
--- a/compile.sh
+++ b/compile.sh
@@ -118,7 +118,7 @@ else
fi
echo "EXTRA_CFLAGS= -g ${EXTRA_CFLAGS}" >> config.mak
-export VLC_EXTRA_CFLAGS=${EXTRA_CFLAGS}
+export VLC_EXTRA_CFLAGS="${EXTRA_CFLAGS}"
make fetch
make
More information about the Android
mailing list