Skip to content

Commit

Permalink
try to fix ci
Browse files Browse the repository at this point in the history
Signed-off-by: William Casarin <[email protected]>
  • Loading branch information
jb55 committed Nov 27, 2024
1 parent 8d96dbd commit fee51c6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ fn secp256k1_build() {

base_config.compile("libsecp256k1.a");

println!("cargo:rustc-link-lib=static=secp256k1");
println!("cargo:rustc-link-lib=secp256k1");
//println!("cargo:rustc-link-lib=static=secp256k1");
}

/// bolt11 deps with portability issues, exclude these on windows build
Expand Down

0 comments on commit fee51c6

Please sign in to comment.