setup-offline-bundle.sh: define TERMUX_PKG_HOSTBUILD_DIR

This commit is contained in:
Leonid Pliushch 2020-10-23 01:07:00 +03:00
parent cca9985f52
commit 3a9c6c0f73
1 changed files with 1 additions and 0 deletions

View File

@ -73,6 +73,7 @@ for p in "$TERMUX_SCRIPTDIR"/packages/*; do
# Set some variables to dummy values to avoid errors.
TERMUX_PKG_TMPDIR="${TERMUX_PKG_CACHEDIR}/.tmp"
TERMUX_PKG_SRCDIR="${TERMUX_PKG_CACHEDIR}/.src"
TERMUX_PKG_HOSTBUILD_DIR=$TERMUX_PKG_TMPDIR
TERMUX_PREFIX=/data/data/com.termux/files/usr
TERMUX_ANDROID_HOME=/data/data/com.termux/files/home
TERMUX_HOST_PLATFORM=aarch64-linux-android