From 34f47b3ba19b259c10e25e728d4e3c8f0920c93c Mon Sep 17 00:00:00 2001 From: evilsocket Date: Sat, 10 Feb 2018 08:18:05 +0100 Subject: [PATCH] balls --- build_win.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build_win.sh b/build_win.sh index 9b720211..f2b1a61b 100755 --- a/build_win.sh +++ b/build_win.sh @@ -1,4 +1,6 @@ # nothing to see here, just what i use to build for Windows +# +# -> https://stackoverflow.com/questions/38047858/compile-gopacket-on-windows-64bit DIR=c:/Users/evilsocket/gopath/src/github.com/evilsocket/bettercap-ng AMD64_EXE=bettercap-ng_win32_x86_64.exe I386_EXE=bettercap-ng_win32_i386.exe