Kaydet (Commit) 749d070e authored tarafından Ronald Oussoren's avatar Ronald Oussoren

Teach platform about darwin/x86

üst ce8607df
......@@ -607,7 +607,8 @@ def mac_ver(release='',versioninfo=('','',''),machine=''):
versioninfo = (version,stage,nonrel)
if sysa:
machine = {0x1: '68k',
0x2: 'PowerPC'}.get(sysa,'')
0x2: 'PowerPC',
0xa: 'i386'}.get(sysa,'')
return release,versioninfo,machine
def _java_getprop(name,default):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment