summaryrefslogtreecommitdiff
path: root/SConstruct
diff options
context:
space:
mode:
authorEliot Horowitz <eliot@10gen.com>2010-12-09 14:59:27 -0500
committerEliot Horowitz <eliot@10gen.com>2010-12-09 14:59:36 -0500
commit081eba66b9c3e72cfc21f75e627f5858e658e88e (patch)
tree04dfc5b42494b4ad63d96ce839866f7c2108fa25 /SConstruct
parent4f435aadb650fd26d7d86c39210703a7a59a9bde (diff)
downloadmongo-081eba66b9c3e72cfc21f75e627f5858e658e88e.tar.gz
os x breaks with duplicate=0
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct2
1 files changed, 1 insertions, 1 deletions
diff --git a/SConstruct b/SConstruct
index 031d365b63c..c2399fc7c81 100644
--- a/SConstruct
+++ b/SConstruct
@@ -1169,7 +1169,7 @@ elif not onlyServer:
shell32BitFiles.append( "32bit/" + str( f ) )
for f in scriptingFiles:
shell32BitFiles.append( "32bit/" + str( f ) )
- shellEnv.VariantDir( "32bit" , "." , duplicate=0 )
+ shellEnv.VariantDir( "32bit" , "." , duplicate=1 )
else:
shellEnv.Prepend( LIBPATH=[ "." ] )