summaryrefslogtreecommitdiff
path: root/SConstruct
diff options
context:
space:
mode:
authorJonathan Reams <jbreams@mongodb.com>2015-09-08 10:12:46 -0400
committerJonathan Reams <jbreams@mongodb.com>2015-09-08 10:35:55 -0400
commit4c993f0fdeffaea85f4e4ae85f19455585af1acd (patch)
tree0405658c4f828814060f1bb02e8481e247726700 /SConstruct
parentd346f03b7a5c67af809173a56c770801bd1e9eaf (diff)
downloadmongo-4c993f0fdeffaea85f4e4ae85f19455585af1acd.tar.gz
SERVER-16852 Fix enterprise OSX builds
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct2
1 files changed, 1 insertions, 1 deletions
diff --git a/SConstruct b/SConstruct
index 5d541375052..022a60cd094 100644
--- a/SConstruct
+++ b/SConstruct
@@ -628,7 +628,7 @@ env_vars.Add('MONGO_DISTARCH',
env_vars.Add('MONGO_DISTMOD',
help='Adds a string that will be embedded in the dist archive naming',
- default=None)
+ default='')
env_vars.Add('MONGO_DISTNAME',
help='Sets the version string to be used in dist archive naming',