We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8fbd99 commit 51cf381Copy full SHA for 51cf381
src/bootstrap/src/core/build_steps/synthetic_targets.rs
@@ -80,8 +80,5 @@ fn create_synthetic_target(
80
customize(spec_map);
81
82
std::fs::write(&path, serde_json::to_vec_pretty(&spec).unwrap()).unwrap();
83
- let target = TargetSelection::create_synthetic(&name, path.to_str().unwrap());
84
- crate::utils::cc_detect::find_target(builder, target);
85
-
86
- target
+ TargetSelection::create_synthetic(&name, path.to_str().unwrap())
87
}
0 commit comments