Python 2.6 fix for Mac OS
This commit is contained in:
parent
1da5d12bdd
commit
1a424c124c
@ -65,7 +65,7 @@ def get_mac_sys_type():
|
|||||||
if not mac_ver:
|
if not mac_ver:
|
||||||
return None
|
return None
|
||||||
|
|
||||||
return "macosx_{}_{}".format(
|
return "macosx_%s_%s" % (
|
||||||
Version(mac_ver).up_to(2), py_platform.machine())
|
Version(mac_ver).up_to(2), py_platform.machine())
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user