another fix for powerpc, it looks like i am the first to be looking into it

This commit is contained in:
Thomas Nagy 2011-11-19 14:24:17 +01:00
parent 68a5675914
commit 407a78e209
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ MACRO_TO_DESTOS = {
'_UWIN' : 'uwin',
'_WIN64' : 'win32',
'_WIN32' : 'win32',
'__POWERPC__' : 'powerpc',
'__POWERPC__' : 'darwin',
'__QNX__' : 'qnx'
}