We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2cbb13 commit 1645f38Copy full SHA for 1645f38
Makefile.common
@@ -201,7 +201,7 @@ common-unused:
201
common-build: promu
202
@echo ">> building binaries"
203
@env
204
- CGO_ENABLED=1 GOEXPERIMENT=boringcrypto $(§) build --prefix $(PREFIX) $(PROMU_BINARIES)
+ CGO_ENABLED=1 GOEXPERIMENT=boringcrypto $(PROMU) build --prefix $(PREFIX) $(PROMU_BINARIES)
205
206
.PHONY: common-tarball
207
common-tarball: promu
0 commit comments