powerpc doesn't mean darwin

This commit is contained in:
Johan Boule 2011-12-03 20:35:55 +01:00
parent 19adba7841
commit 469742d18a
1 changed files with 0 additions and 3 deletions

View File

@ -468,9 +468,6 @@ def unversioned_sys_platform():
elif s in ('SunOS', 'Solaris'):
return 'sunos'
else: s = s.lower()
if s == 'powerpc':
s = 'darwin'
if s == 'win32' or s.endswith('os2') and s != 'sunos2': return s
return re.split('\d+$', s)[0]