summaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2020-02-27 11:07:15 +0300
committerGitHub <[email protected]>2020-02-27 11:07:15 +0300
commit39d781d3fee7bfe4161ad6c104596e791709fd36 (patch)
treec9aed7c50f54ada9389540299bef147bbc17ba28 /build.sh
parent584b63d56e26cf6e5f0d2b8c1720771507ac2fcc (diff)
Update build.sh
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.sh b/build.sh
index 8def6203..494944c6 100755
--- a/build.sh
+++ b/build.sh
@@ -68,4 +68,4 @@ if [ "$1" == "all" ]; then
exit
fi
-go build -ldflags "$LDFLAGS" -o "$OD/rr" cmd/rr/main.go
+CGO_ENABLED=0 go build -ldflags "$LDFLAGS" -o "$OD/rr" cmd/rr/main.go