diff options
author | Mike Dirolf <mike@10gen.com> | 2010-07-28 12:24:34 -0400 |
---|---|---|
committer | Mike Dirolf <mike@10gen.com> | 2010-07-28 12:24:34 -0400 |
commit | 8d6a597d6285541266c37e9a4956e7ed9da6870e (patch) | |
tree | a239cbabdeec71f8df31ad4df9e4ea31190bc32f /SConstruct | |
parent | 45223e58c20a8320f9429cefa9aa4b8a4feff21e (diff) | |
download | mongo-8d6a597d6285541266c37e9a4956e7ed9da6870e.tar.gz |
don't build libraries for justClient by default
Diffstat (limited to 'SConstruct')
-rw-r--r-- | SConstruct | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/SConstruct b/SConstruct index aed3897aeb7..6d098dd3303 100644 --- a/SConstruct +++ b/SConstruct @@ -388,7 +388,7 @@ class InstallSetup: def justClient(self): self.binaries = False - self.libraries = True + self.libraries = False self.clientSrc = True self.headers = True self.bannerDir = "distsrc/client/" |