summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--.profile2
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