diff options
| author | Robert Günzler <r@gnzler.io> | 2021-04-26 13:15:00 +0200 |
|---|---|---|
| committer | Robert Günzler <r@gnzler.io> | 2021-04-26 13:15:20 +0200 |
| commit | 880339277b622b42bf4249e35244e9fe1c9c148f (patch) | |
| tree | 87989a08704e72ce20fa991efae2af7d3e46d17f | |
| parent | 09f492ef7724a91322a69e6b519d6e05a3e30f4a (diff) | |
profile: fix RUST_SRC_PATH
| -rw-r--r-- | .profile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.profile b/.profile index 0fbea15..99b456e 100644 --- a/.profile +++ b/.profile @@ -34,7 +34,7 @@ if [ -d "${HOME}/.cargo/bin" ]; then pathappend "${HOME}/.cargo/bin" fi if [ -d "/usr/src/rust" ]; then - export RUST_SRC_PATH=/usr/src/rust + export RUST_SRC_PATH=/usr/src/rust/library fi # Use the new build backend in docker |