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:
parent
45223e58c2
commit
8d6a597d62
@ -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/"
|
||||
|
Loading…
Reference in New Issue
Block a user