From 4ea0fc9bd53e9f276efeac90e7f6837411bba6b2 Mon Sep 17 00:00:00 2001 From: Cullen Walsh Date: Thu, 12 Sep 2024 13:08:56 -0700 Subject: [PATCH] Boost threads it not header only Summary: Missed this, put it in the wrong category. Caused linking issues with folly. Reviewed By: bigfootjon Differential Revision: D62590240 fbshipit-source-id: 6baea51d62e9f870ead8bd8806994346a5c9a9c2 --- shim/third-party/boost/BUCK | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shim/third-party/boost/BUCK b/shim/third-party/boost/BUCK index 08a698b381..85c2fd684e 100644 --- a/shim/third-party/boost/BUCK +++ b/shim/third-party/boost/BUCK @@ -16,6 +16,7 @@ boost_libs([ "program_options", "random", "regex", + "thread", ]) boost_header_only([ @@ -26,6 +27,5 @@ boost_header_only([ "preprocessor", "range", "sort", - "thread", "variant", ])