[Android] Add contrib bin to PATH to look out for autopoint
Rafaël Carré
git at videolan.org
Thu Jan 30 15:48:53 CET 2014
vlc-ports/android | branch: master | Rafaël Carré <funman at videolan.org> | Thu Jan 30 15:48:21 2014 +0100| [eb974c2c0ce8715abe560671ee95df65f971c1b5] | committer: Rafaël Carré
Add contrib bin to PATH to look out for autopoint
> http://git.videolan.org/gitweb.cgi/vlc-ports/android.git/?a=commit;h=eb974c2c0ce8715abe560671ee95df65f971c1b5
---
compile.sh | 1 +
1 file changed, 1 insertion(+)
diff --git a/compile.sh b/compile.sh
index aaf3772..bf6912d 100755
--- a/compile.sh
+++ b/compile.sh
@@ -257,6 +257,7 @@ make fetch
# We already have zlib available
[ -e .zlib ] || (mkdir -p zlib; touch .zlib)
which autopoint >/dev/null || make $MAKEFLAGS .gettext
+export PATH="$PATH:$PWD/../$TARGET_TUPLE/bin"
make $MAKEFLAGS
cd ../.. && mkdir -p android && cd android
More information about the Android
mailing list