summaryrefslogtreecommitdiff
path: root/cross
Commit message (Collapse)AuthorAgeFilesLines
* cross: Tweak inclusion path for Fedora/mingw64Emmanuele Bassi2017-01-311-1/+1
| | | | | | We should explicitly add the include directory under the mingw64 toolchain to the C arguments when cross-compiling, just like we add the libdir to the link flags.
* build: Add cross-compile definitions for Mingw64 on FedoraEmmanuele Bassi2017-01-251-0/+18
Meson uses plain text files for describing the cross-compilation environment, binaries, and properties. The values are taken from the mingw wrapper around configure that Fedora provides for autotools projects.