Skip to content

Commit

Permalink
Also install boost filesystem
Browse files Browse the repository at this point in the history
  • Loading branch information
laggykiller committed Feb 28, 2024
1 parent 075bccb commit f15f5cc
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 @@ -42,7 +42,7 @@ def install_deps(arch: str):
options.append("boost/*:without_date_time=True")
options.append("boost/*:without_exception=True")
options.append("boost/*:without_fiber=True")
options.append("boost/*:without_filesystem=True")
options.append("boost/*:without_filesystem=False")
options.append("boost/*:without_graph=True")
options.append("boost/*:without_graph_parallel=True")
options.append("boost/*:without_iostreams=True")
Expand Down

0 comments on commit f15f5cc

Please sign in to comment.