Skip to content

Commit

Permalink
Pass target environment for rustdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
matklad committed Oct 17, 2016
1 parent a8baa5b commit 21cdb63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cargo/ops/cargo_rustc/compilation.rs
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ impl<'cfg> Compilation<'cfg> {

/// See `process`.
pub fn rustdoc_process(&self, pkg: &Package) -> CargoResult<ProcessBuilder> {
self.fill_env(process(&*try!(self.config.rustdoc())), pkg, true)
self.fill_env(process(&*try!(self.config.rustdoc())), pkg, false)
}

/// See `process`.
Expand Down

0 comments on commit 21cdb63

Please sign in to comment.