Set CXX_<target> in bootstrap
This commit is contained in:
parent
74fa27928a
commit
526afcb0a3
@ -450,6 +450,7 @@ impl Build {
|
|||||||
// FIXME: the guard against msvc shouldn't need to be here
|
// FIXME: the guard against msvc shouldn't need to be here
|
||||||
if !target.contains("msvc") {
|
if !target.contains("msvc") {
|
||||||
cargo.env(format!("CC_{}", target), self.cc(target))
|
cargo.env(format!("CC_{}", target), self.cc(target))
|
||||||
|
.env(format!("CXX_{}", target), self.cxx(target))
|
||||||
.env(format!("AR_{}", target), self.ar(target).unwrap()) // only msvc is None
|
.env(format!("AR_{}", target), self.ar(target).unwrap()) // only msvc is None
|
||||||
.env(format!("CFLAGS_{}", target), self.cflags(target).join(" "));
|
.env(format!("CFLAGS_{}", target), self.cflags(target).join(" "));
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user