Merge pull request #235 from mhamrle/master
Use bash for NDK make toolchain
This commit is contained in:
commit
2ebf1ce288
@ -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}" \
|
||||||
|
Loading…
Reference in New Issue
Block a user