Skip to content

Commit 612ba86

Browse files
committed
Changing it back to using VS170COMNTOOLS
1 parent 4177f3e commit 612ba86

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

buildscripts/kokoro/windows32.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ set JAVA_HOME=
1818

1919
mkdir grpc-java-helper32
2020
cd grpc-java-helper32
21-
call "C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Auxiliary\Build\vcvars32.bat" || exit /b 1
21+
call "%VS170COMNTOOLS%\..\..\VC\Auxiliary\Build\vcvars32.bat" || exit /b 1
2222
call "%WORKSPACE%\buildscripts\make_dependencies.bat" || exit /b 1
2323

2424
cd "%WORKSPACE%"

buildscripts/kokoro/windows64.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ set JAVA_HOME=
1717

1818
mkdir grpc-java-helper64
1919
cd grpc-java-helper64
20-
call "C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Auxiliary\Build\vcvars64.bat" || exit /b 1
20+
call "%VS170COMNTOOLS%\..\..\VC\Auxiliary\Build\vcvars64.bat" || exit /b 1
2121
call "%WORKSPACE%\buildscripts\make_dependencies.bat" || exit /b 1
2222

2323
cd "%WORKSPACE%"

0 commit comments

Comments
 (0)