Use bash for NDK make toolchain

This commit is contained in:
Martin Hamrle 2015-01-15 18:34:27 +01:00
parent 2c15c81ba5
commit 17247f7c99

View File

@ -25,7 +25,7 @@ export PATH="${PATH}:${TOOLCHAIN_DIR}/bin"
# Clean up before build # Clean up before build
rm -rf "${TOOLCHAIN_DIR}" "${PREFIX}" rm -rf "${TOOLCHAIN_DIR}" "${PREFIX}"
$MAKE_TOOLCHAIN --platform="${NDK_PLATFORM:-android-14}" \ bash $MAKE_TOOLCHAIN --platform="${NDK_PLATFORM:-android-14}" \
--arch="$TARGET_ARCH" \ --arch="$TARGET_ARCH" \
--install-dir="$TOOLCHAIN_DIR" && \ --install-dir="$TOOLCHAIN_DIR" && \
./configure --host="${HOST_COMPILER}" \ ./configure --host="${HOST_COMPILER}" \