about summary refs log tree commit diff
path: root/src/libstd/sys/unix/stack_overflow.rs
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2015-04-09 07:49:26 +0000
committerbors <bors@rust-lang.org>2015-04-09 07:49:26 +0000
commite57410cd9254d68684255c0a6f95aaa8af603ddd (patch)
tree8b2b73abc2a206d56d4492e6f3edcd6682a3202b /src/libstd/sys/unix/stack_overflow.rs
parent0e5e669272253fa1dcbe08a23977d1f9fb0a392a (diff)
parent9a51c63a2fa4ad38f0ff90649b948d2e5b667d19 (diff)
downloadrust-e57410cd9254d68684255c0a6f95aaa8af603ddd.tar.gz
rust-e57410cd9254d68684255c0a6f95aaa8af603ddd.zip
Auto merge of #24171 - rillian:rustup, r=brson
The idea here is if you don't want rust in /usr/local
you can put something like this is your .profile:

```
export RUSTUP_PREFIX=$HOME/.local/rust
export PATH=$PATH:${RUSTUP_PREFIX}/bin
export DYLD_LIBRARY_PATH=$DYLD_LIBRARY_PATH:${RUSTUP_PREFIX}/lib
```
Then when you run rustup, it will update the install
in ${RUSTUP_PREFIX} without having to remember to pass
an explicit --prefix argument every time.
Diffstat (limited to 'src/libstd/sys/unix/stack_overflow.rs')
0 files changed, 0 insertions, 0 deletions