Skip to content

Commit

Permalink
Merge pull request #61 from rust-bitcoin/2018-08-windows-fix
Browse files Browse the repository at this point in the history
fix build.rs on Windows
  • Loading branch information
apoelstra authored Nov 4, 2018
2 parents dc2cd97 + f528135 commit 0b1640f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ fn main() {
.include("depend/secp256k1/include")
.include("depend/secp256k1/src")
.flag("-g")
.flag("-Wno-unused-function") // some ecmult stuff is defined but not used upstream
.flag_if_supported("-Wno-unused-function") // some ecmult stuff is defined but not used upstream
.define("SECP256K1_BUILD", Some("1"))
// TODO these three should be changed to use libgmp, at least until secp PR 290 is merged
.define("USE_NUM_NONE", Some("1"))
Expand Down

0 comments on commit 0b1640f

Please sign in to comment.