diff --git a/.github/build.py b/.github/build.py index b8244ab..b183fa9 100644 --- a/.github/build.py +++ b/.github/build.py @@ -101,8 +101,7 @@ def _get_boost_options(boost_version): and not WIN ): options["boost:header_only"] = True - elif not MACOS: - # FIXME: We should be able to do it as well on MACOS + else: LIBS_TO_KEEP = ["json", "container", "exception", "system"] for opt in [ f"without_{lib}"