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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user