[Android] compile.sh: missing PATH_HOST export
Edward Wang
git at videolan.org
Sun Jan 26 23:51:31 CET 2014
vlc-ports/android | branch: master | Edward Wang <edward.c.wang at compdigitec.com> | Sun Jan 26 17:51:29 2014 -0500| [2b8c7e2efaea2438e32329016680aede4cddb695] | committer: Edward Wang
compile.sh: missing PATH_HOST export
> http://git.videolan.org/gitweb.cgi/vlc-ports/android.git/?a=commit;h=2b8c7e2efaea2438e32329016680aede4cddb695
---
compile.sh | 1 +
1 file changed, 1 insertion(+)
diff --git a/compile.sh b/compile.sh
index 811f22e..6fcae9d 100755
--- a/compile.sh
+++ b/compile.sh
@@ -326,6 +326,7 @@ export ANDROID_SYS_HEADERS_ICS=$ANDROID_SYS_HEADERS_ICS
export ANDROID_LIBS=$ANDROID_LIBS
export VLC_BUILD_DIR=$PWD/vlc/android
export TARGET_TUPLE=$TARGET_TUPLE
+export PATH_HOST=$PATH_HOST
export PLATFORM_SHORT_ARCH=$PLATFORM_SHORT_ARCH
EssentialsA
More information about the Android
mailing list