mirror of
https://gitlab.com/ita1024/waf.git
synced 2024-11-22 18:07:12 +01:00
another fix for powerpc, it looks like i am the first to be looking into it
This commit is contained in:
parent
68a5675914
commit
407a78e209
@ -75,7 +75,7 @@ MACRO_TO_DESTOS = {
|
|||||||
'_UWIN' : 'uwin',
|
'_UWIN' : 'uwin',
|
||||||
'_WIN64' : 'win32',
|
'_WIN64' : 'win32',
|
||||||
'_WIN32' : 'win32',
|
'_WIN32' : 'win32',
|
||||||
'__POWERPC__' : 'powerpc',
|
'__POWERPC__' : 'darwin',
|
||||||
'__QNX__' : 'qnx'
|
'__QNX__' : 'qnx'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user