Skip to content

Commit

Permalink
ss
Browse files Browse the repository at this point in the history
  • Loading branch information
larseggert committed Nov 23, 2023
1 parent 1a37f88 commit cbb3655
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions neqo-crypto/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -134,10 +134,7 @@ fn get_bash() -> PathBuf {
// another instance of bash that might be sitting around (like WSL).
match env::var("MOZILLABUILD") {
Ok(d) => PathBuf::from(d)
.join("msys2")
.join("usr")
.join("bin")
.join("bash.exe"),
.join("start-shell.bat"),
Err(_) => PathBuf::from("bash"),
}
}
Expand Down

0 comments on commit cbb3655

Please sign in to comment.