From cecc9fd09c959cd0d8807bff30b7332023dedeba Mon Sep 17 00:00:00 2001 From: DJLevel3 Date: Sun, 17 Aug 2025 07:39:47 -0600 Subject: [PATCH] furtherer ci work --- ci/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/build.sh b/ci/build.sh index 783676f..64f73a8 100755 --- a/ci/build.sh +++ b/ci/build.sh @@ -47,7 +47,7 @@ if [ "$OS" = "win" ]; then VS_PATH=$("$VS_WHERE" -latest -property installationPath) DEVCMD_BAT="$VS_PATH\Common7\Tools\vsdevcmd.bat" - eval "$($(cygpath "$COMSPEC") /c$ROOT\\ci\\vcvars_export "$DEVCMD_BAT" "$(cygpath -w "$SHELL")")" + eval "$($(cygpath "$COMSPEC") /c$(cygpath -w "$ROOT/ci/vcvars_export.bat") "$DEVCMD_BAT" "$(cygpath -w "$SHELL")")" MSBUILD_EXE=$("$VS_WHERE" -latest -requires Microsoft.Component.MSBuild -find "MSBuild\**\Bin\MSBuild.exe") echo $MSBUILD_EXE