Skip to content

Commit

Permalink
Also install boost atomic as dep of filesystem
Browse files Browse the repository at this point in the history
  • Loading branch information
laggykiller committed Feb 28, 2024
1 parent f15f5cc commit 249f430
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/get_deps.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def install_deps(arch: str):
if arch:
settings.append("arch=" + arch)

options.append("boost/*:without_atomic=True")
options.append("boost/*:without_atomic=False")
options.append("boost/*:without_chrono=True")
options.append("boost/*:without_cobalt=True")
options.append("boost/*:without_container=True")
Expand Down

0 comments on commit 249f430

Please sign in to comment.