summaryrefslogtreecommitdiff
path: root/SConstruct
diff options
context:
space:
mode:
authorMathias Stearn <mathias@10gen.com>2011-04-11 18:59:00 -0400
committerMathias Stearn <mathias@10gen.com>2011-04-11 19:00:15 -0400
commitae79f44dd289e67b5b68adf931312e96c2dd2e2d (patch)
treee4effa1dc35c35a2ebd6751ab62d3c5facb6377b /SConstruct
parent00c383f6c0551f5b1748a29d00a8a77b52d72a16 (diff)
downloadmongo-ae79f44dd289e67b5b68adf931312e96c2dd2e2d.tar.gz
Use merged linenoise on windows SERVER-1763
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct5
1 files changed, 1 insertions, 4 deletions
diff --git a/SConstruct b/SConstruct
index 9919eecb2e8..3d6287f9e6d 100644
--- a/SConstruct
+++ b/SConstruct
@@ -1179,10 +1179,7 @@ elif not onlyServer:
coreShellFiles = [ "shell/dbshell.cpp" , "shell/shell_utils.cpp" , "shell/mongo-server.cpp" ]
- if not windows:
- coreShellFiles.append( "third_party/linenoise/linenoise.cpp" )
- else:
- coreShellFiles.append( "third_party/linenoise/linenoise_win32.cpp" )
+ coreShellFiles.append( "third_party/linenoise/linenoise.cpp" )
shellEnv.Prepend( LIBPATH=[ "." ] )