fix build.rs on Windows

This commit is contained in:
Andrew Poelstra 2018-08-26 18:58:33 +00:00
parent d41fc90972
commit f528135104
1 changed files with 1 additions and 1 deletions

View File

@ -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"))