summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEliot Horowitz <eliot@10gen.com>2012-02-16 22:47:36 -0500
committerEliot Horowitz <eliot@10gen.com>2012-02-16 22:47:54 -0500
commit7948814df6a70e0d616f7804c5ee253d409de0f9 (patch)
tree761b3cf364dcc8c1dd5c32954c1142e936c373b2
parent3b1fecd96836829e8595813d7773d229839a6c25 (diff)
downloadmongo-7948814df6a70e0d616f7804c5ee253d409de0f9.tar.gz
put installDir in env so can be accessed from other places
-rw-r--r--SConstruct1
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"