suporte para shaders
This commit is contained in:
parent
8159246e2c
commit
df56b0237e
2 changed files with 75 additions and 12 deletions
3
windows.sh
Normal file
3
windows.sh
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
#!/bin/bash
|
||||
|
||||
CGO_ENABLED=1 CC=x86_64-w64-mingw32-gcc GOOS=windows GOARCH=amd64 CGO_LDFLAGS="-static-libgcc -static -lpthread" go build
|
||||
Loading…
Add table
Add a link
Reference in a new issue