From bf2eebb7e7945761f5981ab3c81a9dda115fbff9 Mon Sep 17 00:00:00 2001 From: DJLevel3 Date: Sun, 17 Aug 2025 08:45:48 -0600 Subject: [PATCH] hope this worksssssss... --- ci/build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ci/build.sh b/ci/build.sh index 0f5f207..e47af40 100755 --- a/ci/build.sh +++ b/ci/build.sh @@ -47,9 +47,9 @@ if [ "$OS" = "win" ]; then VS_PATH=$("$VS_WHERE" -latest -property installationPath) DEVCMD_BAT="$(cygpath -u "$(echo $VS_PATH | sed 's/\\/\\\\/g')")/Common7/Tools/vsdevcmd.bat" - echo "$(cygpath "$COMSPEC") /c$(cygpath -w "$ROOT/ci/vcvars_export.bat") $(cygpath -w "$DEVCMD_BAT") $(cygpath -w "$SHELL")" + echo "$(cygpath "$COMSPEC") /c$(cygpath -w "$ROOT/ci/vcvars_export.bat") \"$(cygpath -w "$DEVCMD_BAT")\" \"$(cygpath -w "$SHELL"\")" - eval "$($(cygpath "$COMSPEC") /c$(cygpath -w "$ROOT/ci/vcvars_export.bat") $(cygpath -w "$DEVCMD_BAT") $(cygpath -w "$SHELL"))" + eval "$($(cygpath "$COMSPEC") /c$(cygpath -w "$ROOT/ci/vcvars_export.bat") \"$(cygpath -w "$DEVCMD_BAT")\" \"$(cygpath -w "$SHELL")\")" MSBUILD_EXE=$("$VS_WHERE" -latest -requires Microsoft.Component.MSBuild -find "MSBuild\**\Bin\MSBuild.exe") echo $MSBUILD_EXE