visualboyadvance-m/tools
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
..
builder builder: msys2 fixes 2018-09-12 17:21:40 -07:00
linux add multi-platform build system 2018-02-24 14:39:29 -05:00
osx support 32/64 bit mac builds, build improvements 2018-09-04 08:29:24 -07:00
unix add multi-platform build system 2018-02-24 14:39:29 -05:00
win builder: msys2 fixes 2018-09-12 17:21:40 -07:00