Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
meson: Don't depend on boost's system and regex modules
boost::system and boost::regex have been header-only for a while now and the linkable library for them is only a stub. Some systems (in particular msys2: msys2/MINGW-packages#22081) no longer provide the library, so stop requiring it. Fixes #326.
- Loading branch information