Move prefix to [install] section

This commit is contained in:
Jeremy Soller 2016-12-19 15:49:57 -07:00
parent 58b94bd3a8
commit 0a014c6841
2 changed files with 20 additions and 5 deletions

View file

@ -70,9 +70,6 @@
# specified, use this rustc binary instead as the stage0 snapshot compiler.
#rustc = "/path/to/bin/rustc"
# Instead of installing to /usr/local, install to this path instead.
#prefix = "/path/to/install"
# Flag to specify whether any documentation is built. If false, rustdoc and
# friends will still be compiled but they will not be used to generate any
# documentation.
@ -101,6 +98,14 @@
# Indicate whether the vendored sources are used for Rust dependencies or not
#vendor = false
# =============================================================================
# General install configuration options
# =============================================================================
[install]
# Instead of installing to /usr/local, install to this path instead.
#prefix = "/path/to/install"
# =============================================================================
# Options for compiling Rust code itself
# =============================================================================