Skip to content

Commit 2ecefc9

Browse files
committed
intentionally break builds
1 parent d5e977d commit 2ecefc9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib.rs

+1
Original file line numberDiff line numberDiff line change
@@ -400,6 +400,7 @@ pub fn run(tool: Tool, matches: ArgMatches) -> Result<i32> {
400400
}
401401
}
402402

403+
#[cfg(target_family = "unix")]
403404
fn cargo_build(matches: &ArgMatches, metadata: &Metadata) -> Result<Option<Artifact>> {
404405
let cargo = env::var_os("CARGO").unwrap_or_else(|| "cargo".into());
405406
let mut cargo = Command::new(cargo);

0 commit comments

Comments
 (0)