2
0
mirror of https://gitlab.com/ita1024/waf.git synced 2024-11-22 09:57:15 +01:00

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

View File

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