mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02:21 -04:00
2 lines
186 B
Batchfile
2 lines
186 B
Batchfile
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%
|