Use bash for NDK make toolchain
This commit is contained in:
parent
2c15c81ba5
commit
17247f7c99
@ -25,7 +25,7 @@ export PATH="${PATH}:${TOOLCHAIN_DIR}/bin"
|
||||
# Clean up before build
|
||||
rm -rf "${TOOLCHAIN_DIR}" "${PREFIX}"
|
||||
|
||||
$MAKE_TOOLCHAIN --platform="${NDK_PLATFORM:-android-14}" \
|
||||
bash $MAKE_TOOLCHAIN --platform="${NDK_PLATFORM:-android-14}" \
|
||||
--arch="$TARGET_ARCH" \
|
||||
--install-dir="$TOOLCHAIN_DIR" && \
|
||||
./configure --host="${HOST_COMPILER}" \
|
||||
|
Loading…
Reference in New Issue
Block a user