fix: match comets bls implmentation (#22613)

This commit is contained in:
Marko
2024-11-22 10:36:30 +00:00
committed by GitHub
parent 4ed1087cf5
commit 9d6d1067bc
63 changed files with 44 additions and 144 deletions
+3 -3
View File
@@ -72,10 +72,10 @@ ifeq (boltdb,$(findstring boltdb,$(COSMOS_BUILD_OPTIONS)))
build_tags += boltdb
endif
# handle blst
ifeq (blst,$(findstring blst,$(COSMOS_BUILD_OPTIONS)))
# handle bls12381
ifeq (bls12381,$(findstring bls12381,$(COSMOS_BUILD_OPTIONS)))
CGO_ENABLED=1
build_tags += blst
build_tags += bls12381
endif
whitespace :=