Skip to content

Commit

Permalink
Merge pull request #659 from chrisdoherty4/patch/cgoenabled
Browse files Browse the repository at this point in the history
Fix CGO_ENABLED in build recipe
  • Loading branch information
mergify[bot] authored Dec 23, 2022
2 parents fdfecb9 + c9b190a commit 1186b49
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 @@ -57,7 +57,7 @@ build: $(BINARIES) ## Build all tink binaries. Cross build by setting GOOS and G
# See https://www.gnu.org/software/make/manual/html_node/Automatic-Variables.html.
.PHONY: $(BINARIES)
$(BINARIES):
CGO_ENABLED=false \
CGO_ENABLED=0 \
GOOS=$(GOOS) \
GOARCH=$(GOARCH) \
$(GO) build \
Expand Down

0 comments on commit 1186b49

Please sign in to comment.