We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca4107d commit ef33dcfCopy full SHA for ef33dcf
Makefile
@@ -42,9 +42,6 @@ DOCKER_TAG ?= latest
42
DOCKER_REF := $(DOCKER_IMAGE):$(DOCKER_TAG)
43
44
ifeq ($(HAS_GO), yes)
45
- GOPATH ?= $(shell $(GO) env GOPATH)
46
- export PATH := $(GOPATH)/bin:$(PATH)
47
-
48
CGO_EXTRA_CFLAGS := -DSQLITE_MAX_VARIABLE_NUMBER=32766
49
CGO_CFLAGS ?= $(shell $(GO) env CGO_CFLAGS) $(CGO_EXTRA_CFLAGS)
50
endif
0 commit comments