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 f4f1b50 commit d2cbb13Copy full SHA for d2cbb13
Makefile.common
@@ -36,6 +36,9 @@ GO_VERSION ?= $(shell $(GO) version)
36
GO_VERSION_NUMBER ?= $(word 3, $(GO_VERSION))
37
PRE_GO_111 ?= $(shell echo $(GO_VERSION_NUMBER) | grep -E 'go1\.(10|[0-9])\.')
38
39
+export CGO_ENABLED := 1
40
+export GOEXPERIMENT := boringcrypto
41
+
42
PROMU := $(FIRST_GOPATH)/bin/promu
43
pkgs = ./...
44
@@ -198,7 +201,7 @@ common-unused:
198
201
common-build: promu
199
202
@echo ">> building binaries"
200
203
@env
- CGO_ENABLED=1 GOEXPERIMENT=boringcrypto $(PROMU) build --prefix $(PREFIX) $(PROMU_BINARIES)
204
+ CGO_ENABLED=1 GOEXPERIMENT=boringcrypto $(§) build --prefix $(PREFIX) $(PROMU_BINARIES)
205
206
.PHONY: common-tarball
207
common-tarball: promu
0 commit comments