anki/scripts/cargo-env.bat

3 lines
186 B
Batchfile
Raw Normal View History

2021-10-28 10:46:45 +02:00
FOR /F "tokens=*" %%g IN ('call ..\..\bazel.bat info output_base --ui_event_filters=-INFO') do (SET BAZEL_EXTERNAL=%%g/external)
set PATH=%BAZEL_EXTERNAL%\rust_windows_x86_64\bin;%PATH%