summarylogtreecommitdiffstats
path: root/Makefile.patch
blob: 27ef32ae4f37a0306363c03cb7e39b5c673c6c4d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/Makefile b/Makefile
index ebe8c9c..e9a4089 100644
--- a/Makefile
+++ b/Makefile
@@ -19,6 +19,7 @@ LDFLAGS = -ldflags "\
  -X 'github.com/fastly/cli/pkg/revision.GitCommit=$(shell git rev-parse --short HEAD || echo unknown)' \
  -X 'github.com/fastly/cli/pkg/revision.GoVersion=$(shell go version)' \
  -X 'github.com/fastly/cli/pkg/revision.Environment=${CLI_ENV}' \
+ -linkmode external \
  "
 
 fastly: