summaryrefslogtreecommitdiff
path: root/SConstruct
diff options
context:
space:
mode:
authorRamon Fernandez <ramon@mongodb.com>2018-07-25 15:39:55 -0400
committerRamon Fernandez <ramon@mongodb.com>2018-07-25 15:39:55 -0400
commitface4c97682be671f46efc1a40104828c1fb1141 (patch)
treeecf921df8ded318be2c16653e228be57855932a7 /SConstruct
parentcee5620706ccfe36eefba83fe2679248669d086b (diff)
downloadmongo-face4c97682be671f46efc1a40104828c1fb1141.tar.gz
SERVER-36197 Update macOS package directory name
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct2
1 files changed, 1 insertions, 1 deletions
diff --git a/SConstruct b/SConstruct
index 922ab79ef34..71c8ce7daa4 100644
--- a/SConstruct
+++ b/SConstruct
@@ -3461,7 +3461,7 @@ def getSystemInstallName():
# to the translation dictionary below.
os_name_translations = {
'windows': 'win32',
- 'macOS': 'osx'
+ 'macOS': 'macos'
}
os_name = env.GetTargetOSName()
os_name = os_name_translations.get(os_name, os_name)