diff options
author | Eliot Horowitz <eliot@10gen.com> | 2011-07-28 19:54:51 -0400 |
---|---|---|
committer | Eliot Horowitz <eliot@10gen.com> | 2011-07-28 19:54:51 -0400 |
commit | b1ec2058673f8ca582a490c2dd4a8405698221ae (patch) | |
tree | c403f738b1afaf6674967cfa3dc01cc3bf48db33 /distsrc | |
parent | 64ae794bd8236baa444fc4e998faeab0c53cf810 (diff) | |
download | mongo-b1ec2058673f8ca582a490c2dd4a8405698221ae.tar.gz |
compile on linux3 SERVER-3457
Diffstat (limited to 'distsrc')
-rwxr-xr-x | distsrc/client/SConstruct | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/distsrc/client/SConstruct b/distsrc/client/SConstruct index c2d309a4e5a..54fc9437d3c 100755 --- a/distsrc/client/SConstruct +++ b/distsrc/client/SConstruct @@ -41,7 +41,7 @@ linux = False if "darwin" == os.sys.platform: addExtraLibs( "/opt/local/" ) nix = True -elif "linux2" == os.sys.platform: +elif "linux2" == os.sys.platform or "linux3" == os.sys.platform: nix = True linux = True |