diff options
author | Ramon Fernandez <ramon@mongodb.com> | 2018-07-25 15:39:55 -0400 |
---|---|---|
committer | Ramon Fernandez <ramon@mongodb.com> | 2018-07-25 15:39:55 -0400 |
commit | face4c97682be671f46efc1a40104828c1fb1141 (patch) | |
tree | ecf921df8ded318be2c16653e228be57855932a7 /SConstruct | |
parent | cee5620706ccfe36eefba83fe2679248669d086b (diff) | |
download | mongo-face4c97682be671f46efc1a40104828c1fb1141.tar.gz |
SERVER-36197 Update macOS package directory name
Diffstat (limited to 'SConstruct')
-rw-r--r-- | SConstruct | 2 |
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) |