[Android] Fix release option

Geoffrey Métais git at videolan.org
Tue Feb 10 15:15:35 CET 2015


vlc-ports/android | branch: master | Geoffrey Métais <geoffrey.metais at gmail.com> | Tue Feb 10 15:14:06 2015 +0100| [c3f332bbf0ee949e7a3a01f898317f1232541d0e] | committer: Geoffrey Métais

Fix release option

> http://git.videolan.org/gitweb.cgi/vlc-ports/android.git/?a=commit;h=c3f332bbf0ee949e7a3a01f898317f1232541d0e
---

 compile.sh |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/compile.sh b/compile.sh
index 88727d7..904a036 100755
--- a/compile.sh
+++ b/compile.sh
@@ -152,7 +152,7 @@ fi
 echo "Configuring"
 OPTS="-a ${ANDROID_ABI}"
 if [ "$RELEASE" = 1 ]; then
-    OPTS+=" release"
+    OPTS="$OPTS release"
 fi
 
 ./compile-libvlc.sh $OPTS



More information about the Android mailing list