From 06374ef78af43f8e744d672c7b9e8477e3333a33 Mon Sep 17 00:00:00 2001 From: bicarus-dev <202771338+bicarus-dev@users.noreply.github.com> Date: Wed, 22 Apr 2026 23:13:31 -0700 Subject: [PATCH] cosmetic fix to build script --- src/spice2x/build_all.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/spice2x/build_all.sh b/src/spice2x/build_all.sh index 039200b..e8304cb 100755 --- a/src/spice2x/build_all.sh +++ b/src/spice2x/build_all.sh @@ -163,6 +163,7 @@ time ( if ((BUILD_XP > 0)) then # 32 bit Windows XP + echo "" echo "Building 32bit targets (WinXP toolchain)..." echo "=========================" if ((CLEAN_BUILD > 0)) @@ -187,6 +188,7 @@ time ( CXXFLAGS="$CXXFLAGS -DSPICE_XP=1" cmake -G "Ninja" -DCMAKE_TOOLCHAIN_FILE=${TOOLCHAIN_WINXP_64} -DCMAKE_BUILD_TYPE=${BUILD_TYPE} "$OLDPWD" && ninja ${TARGETS_XP64} popd > /dev/null else + echo "" echo "Skipping WinXP builds, toolchain not specified" fi