aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/build.bat
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2019-08-26 15:00:35 -0600
committerJason A. Donenfeld <Jason@zx2c4.com>2019-08-27 07:11:42 -0600
commitea4993b196ba65d24196fc3251adff8bfe316121 (patch)
tree7a128f91bd226d59ce749b0e74be3875e7160682 /build.bat
parenttunnel: do not query real interface name (diff)
downloadwireguard-windows-ea4993b196ba65d24196fc3251adff8bfe316121.tar.xz
wireguard-windows-ea4993b196ba65d24196fc3251adff8bfe316121.zip
build: use goproxy when not remastering
Diffstat (limited to '')
-rw-r--r--build.bat1
1 files changed, 0 insertions, 1 deletions
diff --git a/build.bat b/build.bat
index aa82f584..3361b28b 100644
--- a/build.bat
+++ b/build.bat
@@ -32,7 +32,6 @@ if exist .deps\prepared goto :render
:build
set GOOS=windows
- set GOPROXY=direct
set GOPATH=%BUILDDIR%.deps\gopath
set GOROOT=%BUILDDIR%.deps\go
set CGO_ENABLED=1