Remove --enable-rustbuild config option from example

This commit is contained in:
topecongiro 2017-10-19 06:00:15 +09:00
parent fc208bb62c
commit 0d6923d1b5

View File

@ -129,7 +129,7 @@ configure your directory to use this build, like so:
# configure to use local rust instead of downloading a beta.
# `--local-rust-root` is optional here. If elided, we will
# use whatever rustc we find on your PATH.
> configure --enable-rustbuild --local-rust-root=~/.cargo/ --enable-local-rebuild
> configure --local-rust-root=~/.cargo/ --enable-local-rebuild
```
After that, you can use the `--incremental` flag to actually do