When cross compiling with mingw it's problematic to assume that there is a binary called windres, and having to set it via an environment variable seems wrong when there is a handy cross-file for just such a situation. This patch allows setting windres in the [binaries] section of the cross file. If the build is a cross build, then the windows module will check for windres being set in the cross file before checking the WINDRES environment variable or looking for a windres binary.pull/1573/merge
parent
c80ca384b2
commit
af820b77d8
1 changed files with 11 additions and 3 deletions
Loading…
Reference in new issue