Closed oSethoum closed 1 year ago
maybe you should call xgo twice, once for the windows target with -H windowsgui
and once for the other targets without it.
@bearsh I will try it and see, thank you.
Yup, what @bearsh said. It'll otherwise try to apply to each build when windowsgui should(?) just be applied to the windows build.
@bearsh it worked, again thank you.
Hi, am trying to cross compile my app and I wanna use it in windows without cmd, for that go support the headtype -H="windowsgui" with -ldflags, the build panics when I use it like this