[Android] [PATCH 1/3] build: remove duplicate configuration
Zhao
quinkblack at foxmail.com
Wed Oct 31 14:02:09 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 08b440a..85d4794 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.9.5
More information about the Android
mailing list