Skip to content
This repository has been archived by the owner on May 20, 2020. It is now read-only.

Flag: sysroot #149

Open
steveklabnik opened this issue Aug 10, 2017 · 2 comments
Open

Flag: sysroot #149

steveklabnik opened this issue Aug 10, 2017 · 2 comments

Comments

@steveklabnik
Copy link
Owner

This issue is part of #125

--sysroot: override the system root

Using this flag looks like this:

$ rustdoc src/lib.rs --sysroot /path/to/sysroot

Similar to rustc --sysroot, this lets you change the sysroot rustdoc uses
when compiling your code.


Should we keep this flag or not?

@steveklabnik
Copy link
Owner Author

This flag seems important.

@euclio
Copy link
Contributor

euclio commented Aug 15, 2017

I wonder if this could be handled by RUSTFLAGS?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants