diff options
author | Andrew Morrow <acm@mongodb.com> | 2017-07-07 11:45:50 -0400 |
---|---|---|
committer | Andrew Morrow <acm@mongodb.com> | 2017-07-08 15:08:24 -0400 |
commit | 8b2dab9bd3a9d26429eb200b118aa6eac542a06a (patch) | |
tree | 6650d4b786b08d4310830f20c0d07405453c7363 /src/mongo/db/query/datetime | |
parent | 096951f7bc0b7f9cc8d3b6e3334fc74c101fb9c1 (diff) | |
download | mongo-8b2dab9bd3a9d26429eb200b118aa6eac542a06a.tar.gz |
SERVER-30065 Do libdeps dependency types by section, not tuple
Diffstat (limited to 'src/mongo/db/query/datetime')
-rw-r--r-- | src/mongo/db/query/datetime/SConscript | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mongo/db/query/datetime/SConscript b/src/mongo/db/query/datetime/SConscript index 1334867552e..a9f8bb87746 100644 --- a/src/mongo/db/query/datetime/SConscript +++ b/src/mongo/db/query/datetime/SConscript @@ -24,6 +24,7 @@ timeZoneEnv.Library( ], LIBDEPS=[ 'date_time_support', + '$BUILD_DIR/mongo/db/server_options_core', '$BUILD_DIR/third_party/shim_timelib', ] ) |