Skip to content

Re-enable external signer support for Windows

Placeholder Luke Dashjr requested to merge github/fork/luke-jr/hww_windows into master

configure check is modified to actually verify Boost::Process works (without needing extra libs), rather than hardcoding it off for Windows unconditionally.

For now, depends does some trivial patching of boost::process to use std::filesystem instead of boost::filesystem, and also deletes boost::filesystem entirely to be sure it doesn't find its way into builds.

Also, BOOST_PROCESS_USE_STD_FS is defined since it looks like that's the approach upstream boost is planning on (https://github.com/klemens-morgenstern/boost-process/commit/85cbc29726e4f4169036ab0b9b905f7287950334)

Merge request reports

Loading