2a2be95397
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> |
||
---|---|---|
.. | ||
builder | ||
linux | ||
osx | ||
unix | ||
win |