4 lines
109 B
Bash
4 lines
109 B
Bash
export CXX=x86_64-w64-mingw32-g++.exe
|
|
export CC=x86_64-w64-mingw32-gcc.exe
|
|
go build -ldflags="-H windowsgui"
|