Update to spice2x-25-10-07 (completed)
> adjust run configurations > adjust cmake.sh > adjust .gitignore
This commit is contained in:
@@ -63,7 +63,7 @@ run_distribute_all() {
|
||||
|
||||
# Sanity checks
|
||||
[ -d "external/cmake-various/toolchain" ] || { echo "Toolchain not found" ; exit 1; }
|
||||
[ "$(md5sum ./build_all.sh | cut -c -32)" = "a0665866b9aa2a11606cb4765eed97d9" ] || { echo "Version mismatch for build_all.sh " ; exit 1; }
|
||||
[ "$(md5sum ./build_all.sh | cut -c -32)" = "652956b12cf63f2c7900c1a9b36bc031" ] || { echo "Version mismatch for build_all.sh " ; exit 1; }
|
||||
|
||||
# Run requested task
|
||||
if [[ $(type -t "run_${1}_${2}") == function ]]; then
|
||||
|
||||
Reference in New Issue
Block a user