Skip to content

Commit

Permalink
Boost threads it not header only
Browse files Browse the repository at this point in the history
Summary: Missed this, put it in the wrong category. Caused linking issues with folly.

Reviewed By: bigfootjon

Differential Revision: D62590240

fbshipit-source-id: 6baea51d62e9f870ead8bd8806994346a5c9a9c2
  • Loading branch information
Cullen Walsh authored and facebook-github-bot committed Sep 12, 2024
1 parent 6cd8806 commit 0c3e5c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shim/third-party/boost/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ boost_libs([
"program_options",
"random",
"regex",
"thread",
])

boost_header_only([
Expand All @@ -26,6 +27,5 @@ boost_header_only([
"preprocessor",
"range",
"sort",
"thread",
"variant",
])

0 comments on commit 0c3e5c5

Please sign in to comment.