mirror of
https://github.com/dtolnay/thiserror.git
synced 2025-04-04 13:27:38 +03:00
Merge pull request #280 from dtolnay/depinfo
Emit dep-info for probe.rs in case sccache needs it
This commit is contained in:
commit
322a2ae5c9
1 changed files with 1 additions and 1 deletions
2
build.rs
2
build.rs
|
@ -84,7 +84,7 @@ fn compile_probe(rustc_bootstrap: bool) -> bool {
|
|||
.arg("--edition=2018")
|
||||
.arg("--crate-name=thiserror")
|
||||
.arg("--crate-type=lib")
|
||||
.arg("--emit=metadata")
|
||||
.arg("--emit=dep-info,metadata")
|
||||
.arg("--out-dir")
|
||||
.arg(out_dir)
|
||||
.arg(probefile);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue