visualboyadvance-m/tools
Rafael Kitover 2a2be95397
builder: msys2 fixes
For cmake, the dependency on `bin2c` when using `HostCompile.cmake` does
not work if it's set to `bin2c.exe`, for whatever reason, so remove the
suffix.

Add `-DCURL_STATICLIB` to `CPPFLAGS` etc. to link to `libcurl`
correctly, needed for `osslsigncode`.

Add `--without-brotli` to curl configure args, because it can try to
link to some existing version and fail.

Add a `gmake` symlink to the system `make` into the `PATH` because some
things like Strawberry Perl install their own copy of `gmake` into the
`PATH`.

Add `pass` to list of msys2 deps, needed to store the windows
codesigning cert password.

Use `$CMAKE_ARGS` instead of `$CMAKE_BASE_ARGS` for building vbam,
adding `-DCMAKE_INSTALL_PREFIX=/usr`, this is necessary for extracting
the locales correctly.

Signed-off-by: Rafael Kitover <rkitover@gmail.com>
2019-09-03 00:14:37 +00:00
..
builder builder: msys2 fixes 2019-09-03 00:14:37 +00:00
linux builder: fix regressions from 37869441..a3ec309b 2018-11-15 01:54:19 -08:00
osx builder: mingw improvements + misc. 2019-08-19 13:15:01 -07:00
unix builder: fix regressions from 37869441..a3ec309b 2018-11-15 01:54:19 -08:00
win builder: updates for opensuse, refactor cross deps 2019-04-15 23:38:26 +00:00