summaryrefslogtreecommitdiff
path: root/contrib/win-build
AgeCommit message (Collapse)Author
2017-03-15Fix win-build script to use MinGW-w64 by defaultAndres Notzli
Previous changes to the win-build script left the script in an inconsistent state: the script was updated to refer to MinGW-w64 but the default host was still referring to MinGW.
2017-03-08Fix MinGW-w64 buildAndres Notzli
This commit fixes configure.ac to try to get clock_gettime() from pthread. Without it, clock_gettime() is detected as missing at configuration time for MinGW-w64 but exists at compile time, which causes conflicts. Additionally, this commit updates the helper script for Windows to use MinGW-w64 by default instead of MinGW.
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback