Update to spice2x-25-10-07 (completed)

> adjust run configurations
> adjust cmake.sh
> adjust .gitignore
This commit is contained in:
[ ]
2025-11-11 05:50:32 +09:00
parent 652ad41845
commit 04fc516d47
5 changed files with 11 additions and 2 deletions
+1 -1
View File
@@ -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