Skip to content

Commit

Permalink
fix(build): fix build tags
Browse files Browse the repository at this point in the history
  • Loading branch information
kocubinski committed Dec 30, 2024
1 parent 4fb2347 commit f3efd30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build/build.mk
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ MOCKS_DIR = $(CURDIR)/tests/mocks
HTTPS_GIT := https://github.com/cosmos/cosmos-sdk.git
DOCKER := $(shell which docker)
PROJECT_NAME = $(shell git remote get-url origin | xargs basename -s .git)
COSMOS_BUILD_OPTIONS := v2
COSMOS_BUILD_OPTIONS += ' v2'

rocksdb_version=v9.6.1

Expand Down

0 comments on commit f3efd30

Please sign in to comment.