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