Skip to content

Commit ee451f8

Browse files
committed
Fix build on Windows
1 parent f13b545 commit ee451f8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/tools/opt-dist/src/environment.rs

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ pub struct Environment {
1818
/// List of test paths that should be skipped when testing the optimized artifacts.
1919
skipped_tests: Vec<String>,
2020
/// Directory containing a pre-built rustc-perf checkout.
21+
#[builder(default)]
2122
prebuilt_rustc_perf: Option<Utf8PathBuf>,
2223
use_bolt: bool,
2324
shared_llvm: bool,

0 commit comments

Comments
 (0)