secp256k1: change build tags (#3277)

This commit is contained in:
Ethan Buchman 2019-02-07 19:57:30 -05:00 committed by GitHub
parent f571ee8876
commit ad4bd92fec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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