about summary refs log tree commit diff
path: root/src/bootstrap/build.rs
AgeCommit message (Collapse)AuthorLines
2020-09-20Discover Rust toolchain without PythonMark Rousskov-1/+24
2020-09-20Set BUILD_TRIPLE via build scriptMark Rousskov-0/+3
This moves build triple discovery for rustbuild from bootstrap.py into a build script, meaning it will "just work" if building rustbuild via Cargo rather than Python.