Skip to content

Commit 1ffa2f0

Browse files
committed
Use CGO_ENABLED=1
1 parent 3dff627 commit 1ffa2f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ README.md: $(EMBEDMD) tmp/help.txt
3737
$(EMBEDMD) -w README.md
3838

3939
token-refresher: vendor main.go $(wildcard *.go) $(wildcard */*.go)
40-
CGO_ENABLED=0 GOEXPERIMENT=boringcrypto GOOS=$(OS) GOARCH=$(GOARCH) GO111MODULE=on GOPROXY=https://proxy.golang.org go build -mod vendor -a -ldflags '-s -w' -o $@ .
40+
CGO_ENABLED=1 GOEXPERIMENT=boringcrypto GOOS=$(OS) GOARCH=$(GOARCH) GO111MODULE=on GOPROXY=https://proxy.golang.org go build -mod vendor -a -ldflags '-s -w' -o $@ .
4141

4242
.PHONY: build
4343
build: token-refresher

0 commit comments

Comments
 (0)