Skip to content

Commit

Permalink
restore ext.c
Browse files Browse the repository at this point in the history
  • Loading branch information
rphmeier committed Jun 7, 2016
1 parent 4af8ffb commit f38323d
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 @@ -44,7 +44,7 @@ fn main() {

// secp256k1
base_config.file("depend/secp256k1/contrib/lax_der_parsing.c")
.file("depend/secp256k1/src/secp256k1.c")
.file("depend/secp256k1/src/ext.c")
.compile("libsecp256k1.a");
}

0 comments on commit f38323d

Please sign in to comment.