[Android] Fix bootstrap/configure condition
Jean-Baptiste Kempf
git at videolan.org
Mon Jul 7 21:23:23 CEST 2014
vlc-ports/android | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Mon Jul 7 21:23:08 2014 +0200| [64bd27e61c21974d74ca960dad6b26b611026774] | committer: Jean-Baptiste Kempf
Fix bootstrap/configure condition
> http://git.videolan.org/gitweb.cgi/vlc-ports/android.git/?a=commit;h=64bd27e61c21974d74ca960dad6b26b611026774
---
compile.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/compile.sh b/compile.sh
index 9a9a598..321be51 100755
--- a/compile.sh
+++ b/compile.sh
@@ -268,7 +268,7 @@ if [ $# -eq 1 ] && [ "$1" = "jni" ]; then
TARGET="vlc-android/obj/local/armeabi-v7a/libvlcjni.so"
else
CLEAN="distclean"
- if [ ! -f ../config.h ]; then
+ if [ ! -f config.h ]; then
echo "Bootstraping"
../bootstrap
echo "Configuring"
More information about the Android
mailing list