0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-12-01 09:32:32 +01:00

SERVER-36197 Update macOS package directory name

This commit is contained in:
Ramon Fernandez 2018-07-25 15:39:55 -04:00
parent cee5620706
commit face4c9768

View File

@ -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)