From bda49f77fcc00323992bced76716bf1d606bd1bc Mon Sep 17 00:00:00 2001 From: DJLevel3 Date: Sun, 17 Aug 2025 08:54:21 -0600 Subject: [PATCH] use vcvars --- ci/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/build.sh b/ci/build.sh index 438c2de..1fd3f81 100755 --- a/ci/build.sh +++ b/ci/build.sh @@ -45,7 +45,7 @@ if [ "$OS" = "win" ]; then VS_WHERE="C:/Program Files (x86)/Microsoft Visual Studio/Installer/vswhere.exe" VS_PATH=$("$VS_WHERE" -latest -property installationPath) - DEVCMD_BAT="$(cygpath -u "$(echo $VS_PATH | sed 's/\\/\\\\/g')")/Common7/Tools/vsdevcmd.bat" + DEVCMD_BAT="$(cygpath -u "$(echo $VS_PATH | sed 's/\\/\\\\/g')")/Common7/Tools/vcvars64.bat" DEVCMD="$(cygpath "$COMSPEC") /c$(cygpath -w "$ROOT/ci/vcvars_export.bat") \"$(cygpath -w "$DEVCMD_BAT")\" \"$(cygpath -w "$SHELL")\"" echo $DEVCMD