Skip to content

Commit

Permalink
Print tags in statusgo-shared-library recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitaliy Vlasov committed Apr 11, 2023
1 parent 9b8c77b commit 899fffa
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 @@ -170,6 +170,7 @@ statusgo-shared-library: ##@cross-compile Build status-go as shared library for
mkdir -p $(GOBIN)/statusgo-lib
go run cmd/library/*.go > $(GOBIN)/statusgo-lib/main.go
@echo "Building shared library..."
@echo "Tags: $(BUILD_TAGS)"
$(GOBIN_SHARED_LIB_CFLAGS) $(GOBIN_SHARED_LIB_CGO_LDFLAGS) go build \
-tags '$(BUILD_TAGS)' \
$(BUILD_FLAGS) \
Expand Down

0 comments on commit 899fffa

Please sign in to comment.