[Android] [PATCH 1/2] build: remove duplicate configuration
Zhao
quinkblack at foxmail.com
Mon Oct 29 09:45:15 CET 2018
From: Zhao Zhili <quinkblack at foxmail.com>
---
compile-libvlc.sh | 5 -----
1 file changed, 5 deletions(-)
diff --git a/compile-libvlc.sh b/compile-libvlc.sh
index 08b440a27..85d4794a7 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
--
2.19.1
More information about the Android
mailing list