mirror of
https://github.com/make-42/xyosc
synced 2024-11-22 17:20:09 +01:00
add: windows build script
This commit is contained in:
parent
7f8f57728a
commit
da6f9141da
5
wslbuild.sh
Executable file
5
wslbuild.sh
Executable file
@ -0,0 +1,5 @@
|
||||
sudo apt-get install gcc-multilib
|
||||
sudo apt-get install gcc-mingw-w64
|
||||
sudo apt-get install golang
|
||||
|
||||
GOOS=windows GOARCH=386 CGO_ENABLED=1 CXX=i686-w64-mingw32-g++ CC=i686-w64-mingw32-gcc go build -tags noaudio
|
Loading…
Reference in New Issue
Block a user