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
commitb422029c509e53184417a81bae4e739ef7fe3701 (patch)
tree7a128f91bd226d59ce749b0e74be3875e7160682 /build.bat
parenttunnel: do not query real interface name (diff)
downloadwireguard-windows-b422029c509e53184417a81bae4e739ef7fe3701.tar.xz
wireguard-windows-b422029c509e53184417a81bae4e739ef7fe3701.zip
build: use goproxy when not remastering
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'build.bat')
-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