mirror of
https://github.com/lwch/natpass.git
synced 2024-04-21 12:41:54 +00:00
2 lines
98 B
Python
Executable File
2 lines
98 B
Python
Executable File
#!/bin/sh
|
|
CGO_ENABLED=1 CC=x86_64-w64-mingw32-gcc CXX=x86_64-w64-mingw32-g++ GOOS=windows go build |