mirror of
https://github.com/spice2x/spice2x.github.io.git
synced 2026-08-01 22:30:42 -07:00
cosmetic fix to build script
This commit is contained in:
@@ -163,6 +163,7 @@ time (
|
|||||||
if ((BUILD_XP > 0))
|
if ((BUILD_XP > 0))
|
||||||
then
|
then
|
||||||
# 32 bit Windows XP
|
# 32 bit Windows XP
|
||||||
|
echo ""
|
||||||
echo "Building 32bit targets (WinXP toolchain)..."
|
echo "Building 32bit targets (WinXP toolchain)..."
|
||||||
echo "========================="
|
echo "========================="
|
||||||
if ((CLEAN_BUILD > 0))
|
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}
|
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
|
popd > /dev/null
|
||||||
else
|
else
|
||||||
|
echo ""
|
||||||
echo "Skipping WinXP builds, toolchain not specified"
|
echo "Skipping WinXP builds, toolchain not specified"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user