Skip to content

Commit

Permalink
(cont - exp)
Browse files Browse the repository at this point in the history
  • Loading branch information
ygoldfeld committed Jan 15, 2025
1 parent 790a8ba commit 3644d73
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@ def configure(self):
# Unclear what's up exactly; maybe some module we *do* need now required `context` to itself build.
# Whatever... this gets rid of the problem. Look into it sometime though.
# self.options["boost"].without_context = True
self.options["boost"].without_charconv = True
self.options["boost"].without_cobalt = True
self.options["boost"].without_contract = True
self.options["boost"].without_coroutine = True
self.options["boost"].without_fiber = True
Expand Down

0 comments on commit 3644d73

Please sign in to comment.