aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Makefile
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2020-11-11 20:28:10 +0100
committerJason A. Donenfeld <Jason@zx2c4.com>2020-11-16 18:17:05 +0100
commit39a1934ad7f2fcbc55fefcbdc00b3d1db6a9ce2d (patch)
tree79950f4c68d2cb4da57c3ec6d2b35846bac3492c /Makefile
parentui: use resource numbers instead of resource indices (diff)
downloadwireguard-windows-39a1934ad7f2fcbc55fefcbdc00b3d1db6a9ce2d.tar.xz
wireguard-windows-39a1934ad7f2fcbc55fefcbdc00b3d1db6a9ce2d.zip
build: opt-in to resource loading of wintun.dll
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f9f7814c..63707498 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-GOFLAGS := -ldflags="-H windowsgui -s -w" -v -trimpath
+GOFLAGS := -tags load_wintun_from_rsrc -ldflags="-H windowsgui -s -w" -v -trimpath
export GOOS := windows
export PATH := $(CURDIR)/.deps/go/bin:$(PATH)