896d11546b
* Fix invalid path in cargo-env.bat * Assume cargo-env.bat is run from repo root; fix package script (dae) * mention cargo-raze doesn't work on Windows (dae)
5 lines
220 B
Batchfile
5 lines
220 B
Batchfile
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)
|
|
set PATH=%BAZEL_EXTERNAL%\rust_windows_x86_64\bin;%PATH%
|