summaryrefslogtreecommitdiff
path: root/src/third_party
diff options
context:
space:
mode:
authorMark Benvenuto <mark.benvenuto@mongodb.com>2015-11-05 13:04:22 -0500
committerMark Benvenuto <mark.benvenuto@mongodb.com>2015-11-12 11:14:20 -0500
commit884644ac56de2edc2223b75ceabe9e1a6fef6dab (patch)
treecd9ff61847cc9899a3beb697116489ac3c17f157 /src/third_party
parent0d345a87c62fed483103c684d91901d0c5d424af (diff)
downloadmongo-884644ac56de2edc2223b75ceabe9e1a6fef6dab.tar.gz
SERVER-20991 Change WiredTiger caching strategy on Windows
Diffstat (limited to 'src/third_party')
-rw-r--r--src/third_party/wiredtiger/SConscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/third_party/wiredtiger/SConscript b/src/third_party/wiredtiger/SConscript
index dbff3006239..38be047f56d 100644
--- a/src/third_party/wiredtiger/SConscript
+++ b/src/third_party/wiredtiger/SConscript
@@ -44,6 +44,7 @@ if env.TargetOSIs('windows'):
if get_option('allocator') == 'tcmalloc':
env.InjectThirdPartyIncludePaths(libraries=['gperftools'])
env.Append(CPPDEFINES=['HAVE_LIBTCMALLOC'])
+ env.Append(CPPDEFINES=['HAVE_POSIX_MEMALIGN'])
elif env.TargetOSIs('osx'):
env.Append(CPPPATH=["build_darwin"])
elif env.TargetOSIs('solaris'):