File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ set JAVA_HOME=
1818
1919mkdir grpc-java-helper32
2020cd 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
2222call " %WORKSPACE% \buildscripts\make_dependencies.bat" || exit /b 1
2323
2424cd " %WORKSPACE% "
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ set JAVA_HOME=
1717
1818mkdir grpc-java-helper64
1919cd 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
2121call " %WORKSPACE% \buildscripts\make_dependencies.bat" || exit /b 1
2222
2323cd " %WORKSPACE% "
You can’t perform that action at this time.
0 commit comments