diff options
author | Eliot Horowitz <eliot@10gen.com> | 2012-02-16 22:47:36 -0500 |
---|---|---|
committer | Eliot Horowitz <eliot@10gen.com> | 2012-02-16 22:47:54 -0500 |
commit | 7948814df6a70e0d616f7804c5ee253d409de0f9 (patch) | |
tree | 761b3cf364dcc8c1dd5c32954c1142e936c373b2 /SConstruct | |
parent | 3b1fecd96836829e8595813d7773d229839a6c25 (diff) | |
download | mongo-7948814df6a70e0d616f7804c5ee253d409de0f9.tar.gz |
put installDir in env so can be accessed from other places
Diffstat (limited to 'SConstruct')
-rw-r--r-- | SConstruct | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/SConstruct b/SConstruct index 55d234343fc..dbe95a36b4a 100644 --- a/SConstruct +++ b/SConstruct @@ -345,6 +345,7 @@ class InstallSetup: self.clientTestsDir = "client/examples/" installSetup = InstallSetup() +env["installSetup"] = installSetup if distBuild: installSetup.bannerDir = "distsrc" |