Skip to content

Commit

Permalink
fix: Pass correct tags to sptool calibnet build (#336)
Browse files Browse the repository at this point in the history
  • Loading branch information
magik6k authored Dec 6, 2024
1 parent a3eb4c6 commit 8ef2cd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ BINS+=curio

sptool: $(BUILD_DEPS)
rm -f sptool
$(GOCC) build $(GOFLAGS) -o sptool ./cmd/sptool
$(GOCC) build $(GOFLAGS) -tags "$(CURIO_TAGS)" -o sptool ./cmd/sptool
.PHONY: sptool
BINS+=sptool

Expand Down

0 comments on commit 8ef2cd0

Please sign in to comment.