Merge branch 'spice2x' into spice22x

This commit is contained in:
[ ]
2025-11-11 06:00:36 +09:00
101 changed files with 3175 additions and 1276 deletions
+1 -1
View File
@@ -70,7 +70,7 @@ run_clion_init() {
# 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