aboutsummaryrefslogtreecommitdiff
path: root/msys2-configure.sh
Commit message (Collapse)AuthorAgeFilesLines
* Make scripts capable of 32-bit Windows buildsPřemysl Eric Janouch2023-06-221-22/+34
| | | | | | | | | | | Now binaries can be (cross-)built using GCC for 32- and 64-bit Windows. Additional improvements: - Within MSYS2, try to install the required dependencies automatically. - Within MSYS2, fix passing libdir paths to pkg-config. - Prune documentation from extracted package files, addressing the incredible slowness of Windows filesystem operations. - Fix the script name in README.adoc instructions.
* Make cross-compilation scripts work from MSYS2Přemysl Eric Janouch2023-06-221-0/+132
This is weird and runs very slowly. Meson can also find libraries outside the subroot, in particular the fast float plugin.