rcore-tutorial/setenv.sh

3 lines
123 B
Bash
Raw Permalink Normal View History

2021-11-20 15:06:38 +08:00
export PATH=$(rustc --print sysroot)/bin:$PATH
export RUST_SRC_PATH=$(rustc --print sysroot)/lib/rustlib/src/rust/library/