0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-12-01 09:32:32 +01:00

don't build libraries for justClient by default

This commit is contained in:
Mike Dirolf 2010-07-28 12:24:34 -04:00
parent 45223e58c2
commit 8d6a597d62

View File

@ -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/"