summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index da7027d..904a10e 100644
--- a/Makefile
+++ b/Makefile
@@ -9,7 +9,7 @@ certs:
build-client:
go get ./...
- go build -o obfsvpn-client ./cmd/client/
+ CGO_ENABLED=0 go build -o obfsvpn-client ./cmd/client/
run-client:
./obfsvpn-client -c ${OBFS4_CERT}