anki/scripts/cargo-env.bat

5 lines
220 B
Batchfile
Raw Normal View History

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%