From: Fredrik Fornwall Date: Sat, 29 Jul 2017 00:14:47 +0000 (+0200) Subject: Different meson cross files for different arches X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/termux-packages/commitdiff_plain/63d4976303260d0b80588ea57248480861cdce99 Different meson cross files for different arches --- diff --git a/build-package.sh b/build-package.sh index da5a3c8b..1c95b1d0 100755 --- a/build-package.sh +++ b/build-package.sh @@ -119,7 +119,7 @@ termux_setup_meson() { (cd $MESON_FOLDER && patch -p1 < $TERMUX_SCRIPTDIR/scripts/meson-android.patch) fi TERMUX_MESON="$MESON_FOLDER/meson.py" - TERMUX_MESON_CROSSFILE=$TERMUX_COMMON_CACHEDIR/meson-crossfile-v1.txt + TERMUX_MESON_CROSSFILE=$TERMUX_COMMON_CACHEDIR/meson-crossfile-$TERMUX_ARCH-v1.txt if [ ! -f $TERMUX_MESON_CROSSFILE ]; then local MESON_CPU MESON_CPU_FAMILY if [ $TERMUX_ARCH = "arm" ]; then