Skip to content

Commit b1ac3e2

Browse files
committed
save
1 parent 70cb045 commit b1ac3e2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

windows_build.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ set BAZEL_VS=%VS_2022_BT%
6969
:: Bazel compilation settings end
7070
:msvc_end
7171
set "BAZEL_VC=%BAZEL_VS:"=%\VC"
72-
set "BAZEL_VC_FULL_VERSION=14.29.30133"
72+
set "BAZEL_VC_FULL_VERSION=14.44.35207"
7373

7474
:: Set proper PATH environment variable: Remove other python paths and add c:\opt with bazel to PATH
7575
set "PATH=%setPath%"

windows_setupvars.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ set BAZEL_VS=%VS_2022_BT%
3232

3333
:: Bazel compilation settings end
3434
set "BAZEL_VC=%BAZEL_VS:"=%\VC"
35-
set "BAZEL_VC_FULL_VERSION=14.29.30133"
35+
set "BAZEL_VC_FULL_VERSION=14.44.35207"
3636

3737
:: Set proper PATH environment variable: Remove other python paths and add c:\opt with bazel to PATH
3838
set "PATH=%setPath%"

windows_test.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ set BAZEL_VS=%VS_2022_BT%
5656

5757
:: Bazel compilation settings end
5858
set "BAZEL_VC=%BAZEL_VS:"=%\VC"
59-
set "BAZEL_VC_FULL_VERSION=14.29.30133"
59+
set "BAZEL_VC_FULL_VERSION=14.44.35207"
6060

6161
:: Set proper PATH environment variable: Remove other python paths and add c:\opt with bazel to PATH
6262
set "PATH=%setPath%"

0 commit comments

Comments
 (0)