BuildSystem: Always download cmake instead of using host's

If cmake was installed from snap, build system would cause an error
because some libfakeroot GLIBC requirement.
This commit is contained in:
2024-05-20 16:19:29 +03:00
parent 08415b0e8f
commit af8fa4014f
5 changed files with 108 additions and 99 deletions

View File

@@ -30,4 +30,4 @@ if [[ -z $BANAN_BOOTLOADER ]]; then
export BANAN_BOOTLOADER="BANAN"
fi
source $BANAN_SCRIPT_DIR/check-requirements.sh
export BANAN_CMAKE=$BANAN_TOOLCHAIN_PREFIX/bin/cmake