Skip to content
Snippets Groups Projects
Commit 11223205 authored by Zhao Zhili's avatar Zhao Zhili Committed by Geoffrey Métais
Browse files

build: remove duplicate configuration


Signed-off-by: default avatarGeoffrey Métais <geoffrey.metais@gmail.com>
parent fe8c5b64
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment