Skip to content

Commit

Permalink
Builder|OS X|Fixed: Naming of the build logs on Yosemite
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Jun 7, 2015
1 parent 39e4ce2 commit 3c20f56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion distrib/builder/utils.py
Expand Up @@ -85,7 +85,7 @@ def sys_id():
# Special case: the Snow Leopard builder targets 64-bit.
if plat == 'darwin':
macVer = mac_os_version()
if macVer == '10.8' or macVer == '10.9':
if macVer in ['10.8', '10.9', '10.10', '10.11']:
plat = 'macx8'
bits = '64bit'
elif macVer == '10.6':
Expand Down

0 comments on commit 3c20f56

Please sign in to comment.