commit 8be0d4972148cc1387ddcaa40b97a924519ba855
parent 4c89dcbca13168758eb41752225b4e486dbc9d20
Author: William Casarin <jb55@jb55.com>
Date: Thu, 18 Jul 2024 18:16:09 -0700
no framework test
Signed-off-by: William Casarin <jb55@jb55.com>
Diffstat:
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/build.rs b/build.rs
@@ -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.