[Android] build: remove duplicate configuration

Zhao Zhili git at videolan.org
Fri Nov 2 15:11:17 CET 2018


vlc-android | branch: master | Zhao Zhili <quinkblack at foxmail.com> | Wed Oct 31 21:02:09 2018 +0800| [112232055f07f0f05f1330b6bf758931d7037d23] | committer: Geoffrey Métais

build: remove duplicate configuration

Signed-off-by: Geoffrey Métais <geoffrey.metais at gmail.com>

> https://code.videolan.org/videolan/vlc-android/commit/112232055f07f0f05f1330b6bf758931d7037d23
---

 compile-libvlc.sh | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/compile-libvlc.sh b/compile-libvlc.sh
index ade3f0155..6431543d2 100755
--- a/compile-libvlc.sh
+++ b/compile-libvlc.sh
@@ -324,11 +324,6 @@ fi
 CROSS_TOOLS=${NDK_TOOLCHAIN_PATH}/${TARGET_TUPLE}-
 
 export PATH="${NDK_TOOLCHAIN_PATH}:${PATH}"
-if [ ! -z "$MSYSTEM_PREFIX" ] ; then
-    # The make.exe and awk.exe from the toolchain don't work in msys
-    export PATH="$MSYSTEM_PREFIX/bin:/usr/bin:${NDK_TOOLCHAIN_PATH}:${PATH}"
-fi
-
 ON_WINDOWS=0
 if [ ! -z "$MSYSTEM_PREFIX" ] ; then
     # The make.exe and awk.exe from the toolchain don't work in msys



More information about the Android mailing list