SERVER-5172: Respond to forgotten CR comments.
This commit is contained in:
16
SConstruct
16
SConstruct
@@ -487,14 +487,14 @@ if "darwin" == os.sys.platform:
|
||||
|
||||
nix = True
|
||||
|
||||
#if force64:
|
||||
# env.Append( EXTRACPPPATH=["/usr/64/include"] )
|
||||
# env.Append( EXTRALIBPATH=["/usr/64/lib"] )
|
||||
# if installDir == DEFAULT_INSTALL_DIR and not distBuild:
|
||||
# installDir = "/usr/64/"
|
||||
#else:
|
||||
# env.Append( EXTRACPPPATH=filterExists(["/sw/include" , "/opt/local/include"]) )
|
||||
# env.Append( EXTRALIBPATH=filterExists(["/sw/lib/", "/opt/local/lib"]) )
|
||||
if force64:
|
||||
env.Append( EXTRACPPPATH=["/usr/64/include"] )
|
||||
env.Append( EXTRALIBPATH=["/usr/64/lib"] )
|
||||
if installDir == DEFAULT_INSTALL_DIR and not distBuild:
|
||||
installDir = "/usr/64/"
|
||||
else:
|
||||
env.Append( EXTRACPPPATH=filterExists(["/sw/include" , "/opt/local/include"]) )
|
||||
env.Append( EXTRALIBPATH=filterExists(["/sw/lib/", "/opt/local/lib"]) )
|
||||
|
||||
elif os.sys.platform.startswith("linux"):
|
||||
linux = True
|
||||
|
||||
@@ -91,7 +91,8 @@ commonFiles = [ "pch.cpp",
|
||||
commonFiles += env['MONGO_COMMON_FILES']
|
||||
|
||||
env.StaticLibrary('mongocommon', commonFiles,
|
||||
LIBDEPS=['$BUILD_DIR/third_party/pcrecpp', '$BUILD_DIR/third_party/murmurhash3/murmurhash3',
|
||||
LIBDEPS=['$BUILD_DIR/third_party/pcrecpp',
|
||||
'$BUILD_DIR/third_party/murmurhash3/murmurhash3',
|
||||
'$BUILD_DIR/third_party/mongo_boost'],)
|
||||
|
||||
#mmap stuff
|
||||
|
||||
Reference in New Issue
Block a user