Skip to content

Commit

Permalink
Merge pull request #58 from qchateau/macos-json2
Browse files Browse the repository at this point in the history
ci: faster build on macos
  • Loading branch information
qchateau authored Dec 31, 2020
2 parents bb77cb5 + 0b52c92 commit 4c0b3f9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Expand Down

0 comments on commit 4c0b3f9

Please sign in to comment.