mirror of
https://github.com/yggdrasil-network/yggdrasil-go.git
synced 2025-04-30 07:05:06 +03:00
go-winres path fix
This commit is contained in:
parent
b94b468905
commit
57cdd59ddb
2 changed files with 2 additions and 2 deletions
|
@ -50,7 +50,7 @@ fi
|
|||
which go
|
||||
#install go-winres
|
||||
go install github.com/tc-hib/go-winres@latest
|
||||
go-winres init
|
||||
/c/go/bin/go-winres init
|
||||
# Build Mesh!
|
||||
[ "${PKGARCH}" == "x64" ] && GOOS=windows GOARCH=amd64 CGO_ENABLED=1 CC=x86_64-w64-mingw32-gcc CXX=x86_64-w64-mingw32-g++ LDFLAGS="-H windowsgui" ./build
|
||||
[ "${PKGARCH}" == "x86" ] && GOOS=windows GOARCH=386 CGO_ENABLED=1 CC=i686-w64-mingw32-gcc CXX=i686-w64-mingw32-g++ LDFLAGS="-H windowsgui" ./build
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue