visualboyadvance-m/tools/win
Rafael Kitover be0d49a304 builder: msys2 fixes
Build zlib before ccache so that ccache does not try to use its bundled
zlib, which does not compile cleanly on cygwin/msys2.

A couple of related PRs for ccache:

https://github.com/ccache/ccache/pull/311
https://github.com/ccache/ccache/pull/310

Replace the usage of xzcat/bzcat in archive unpacking with `xz -dc` and
`bzip2 -dc` because @ZachBacon had some issues with xzcat trying to
compress instead of decompress.

When switching msys2 build modes, unset related env vars first,
sometimes they can get mixed up for some reason.
2018-09-12 17:21:40 -07:00
..
cygwin-cross-builder add cygwin cross build support 2018-05-01 04:11:57 -04:00
linux-cross-builder add cygwin cross build support 2018-05-01 04:11:57 -04:00
mac-cross-builder support mac-hosted mingw builds, misc. fixes 2018-08-10 04:31:05 -07:00
msys2-builder builder: msys2 fixes 2018-09-12 17:21:40 -07:00