Skip to content

Commit

Permalink
feat: add ledger build arg
Browse files Browse the repository at this point in the history
Co-authored-by: John Letey <[email protected]>
  • Loading branch information
boojamya and johnletey committed Oct 29, 2024
1 parent 7d282f5 commit ee034f2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ ldflags += -X github.com/cosmos/cosmos-sdk/version.Name=Noble \
-X github.com/cosmos/cosmos-sdk/version.AppName=nobled \
-X github.com/cosmos/cosmos-sdk/version.Version=$(VERSION) \
-X github.com/cosmos/cosmos-sdk/version.Commit=$(COMMIT)
-X github.com/cosmos/cosmos-sdk/version.BuildTags='ledger'
ldflags := $(strip $(ldflags))

BUILD_FLAGS := -ldflags '$(ldflags)'
Expand Down

0 comments on commit ee034f2

Please sign in to comment.