Different meson cross files for different arches

This commit is contained in:
Fredrik Fornwall 2017-07-29 02:14:47 +02:00
parent a13bf95a78
commit 843c983f8b
1 changed files with 1 additions and 1 deletions

View File

@ -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