Skip to content

Commit

Permalink
no framework test
Browse files Browse the repository at this point in the history
Signed-off-by: William Casarin <[email protected]>
  • Loading branch information
jb55 committed Aug 21, 2024
1 parent 4c89dcb commit 8be0d49
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -119,9 +119,9 @@ fn main() {
println!("cargo:rustc-link-lib=static=nostrdb");

// Link Security framework on macOS
if cfg!(target_os = "macos") {
println!("cargo:rustc-link-lib=framework=Security");
}
//if cfg!(target_os = "macos") {
//println!("cargo:rustc-link-lib=framework=Security");
//}

//
// We only need bindgen when we update the bindings.
Expand Down

0 comments on commit 8be0d49

Please sign in to comment.