2021-11-05 02:08:23 +01:00
|
|
|
rem Run this from the repo root folder
|
|
|
|
|
|
|
|
FOR /F "tokens=*" %%g IN ('call bazel.bat info output_base --ui_event_filters=-INFO') do (SET BAZEL_EXTERNAL=%%g/external)
|
2021-10-28 10:46:45 +02:00
|
|
|
set PATH=%BAZEL_EXTERNAL%\rust_windows_x86_64\bin;%PATH%
|