Compare commits

...

1 Commits

Author SHA1 Message Date
Ethan Buchman
ad4bd92fec secp256k1: change build tags (#3277) 2019-02-07 19:57:30 -05:00
3 changed files with 3 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
// +build cgo
// +build libsecp256k1
package secp256k1

View File

@@ -1,4 +1,4 @@
// +build !cgo
// +build !libsecp256k1
package secp256k1

View File

@@ -1,4 +1,4 @@
// +build !cgo
// +build !libsecp256k1
package secp256k1