Skip to content

Commit

Permalink
Invert
Browse files Browse the repository at this point in the history
  • Loading branch information
larseggert committed Sep 18, 2024
1 parent 36741c8 commit d1469fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion neqo-crypto/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ fn setup_standalone(nss: &str) -> Vec<String> {
.unwrap_or_else(|_| fs::read_to_string(nssdist.join("latest")).unwrap());

// If NSS_PREBUILT is set, we assume that the NSS libraries are already built.
if env::var("NSS_PREBUILT").is_ok() {
if env::var("NSS_PREBUILT").is_err() {
build_nss(nss, &nsstarget);
}

Expand Down

0 comments on commit d1469fd

Please sign in to comment.