summaryrefslogtreecommitdiff
path: root/src/third_party/scripts
diff options
context:
space:
mode:
authorHenrik Edin <henrik.edin@mongodb.com>2019-06-04 09:52:11 -0400
committerHenrik Edin <henrik.edin@mongodb.com>2019-06-20 11:08:32 -0400
commit6c40059b844273f9b370a560c211ef14268f45a4 (patch)
treef5b760d1f5282d6b5bb024164459948c059043b4 /src/third_party/scripts
parent144f8191888b400ffc774401972ac8dff1c9d87b (diff)
downloadmongo-6c40059b844273f9b370a560c211ef14268f45a4.tar.gz
SERVER-41685 Add boost log to vendored boost
Diffstat (limited to 'src/third_party/scripts')
-rwxr-xr-xsrc/third_party/scripts/boost_get_sources.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/third_party/scripts/boost_get_sources.sh b/src/third_party/scripts/boost_get_sources.sh
index f8715b408fb..a9ab5b64859 100755
--- a/src/third_party/scripts/boost_get_sources.sh
+++ b/src/third_party/scripts/boost_get_sources.sh
@@ -43,7 +43,7 @@ cd $SRC
./b2 tools/bcp
test -d $DEST_DIR || mkdir $DEST_DIR
-$SRC/dist/bin/bcp --boost=$SRC/ algorithm align array asio bind iostreams config container date_time filesystem function integer intrusive multi_index noncopyable optional program_options random smart_ptr static_assert unordered utility $DEST_DIR
+$SRC/dist/bin/bcp --boost=$SRC/ algorithm align array asio bind iostreams config container date_time filesystem function integer intrusive log multi_index noncopyable optional program_options random smart_ptr static_assert unordered utility $DEST_DIR
# Trim files
cd $DEST_DIR