aboutsummaryrefslogtreecommitdiff
path: root/community
diff options
context:
space:
mode:
Diffstat (limited to 'community')
-rwxr-xr-xcommunity/lf/build2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/lf/build b/community/lf/build
index dcba8c81..b684eb8d 100755
--- a/community/lf/build
+++ b/community/lf/build
@@ -4,5 +4,5 @@ export GOPATH=$PWD/gopath
trap "go clean -modcache" EXIT INT
go mod vendor
-go build
+CGO_ENABLED=0 go build
install -Dm755 lf "$1/usr/bin/lf"