mirror of
https://github.com/fluencelabs/tendermint
synced 2025-04-25 06:42:16 +00:00
secp256k1: change build tags (#3277)
This commit is contained in:
parent
f571ee8876
commit
ad4bd92fec
@ -1,4 +1,4 @@
|
|||||||
// +build cgo
|
// +build libsecp256k1
|
||||||
|
|
||||||
package secp256k1
|
package secp256k1
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// +build !cgo
|
// +build !libsecp256k1
|
||||||
|
|
||||||
package secp256k1
|
package secp256k1
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// +build !cgo
|
// +build !libsecp256k1
|
||||||
|
|
||||||
package secp256k1
|
package secp256k1
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user