mirror of
https://github.com/nodejs/node.git
synced 2024-11-21 10:59:27 +00:00
a3211e18b4
Python 3.9 on IBM i now properly returns "os400" for sys.platform instead of claiming to be AIX as it did previously. While the IBM i PASE environment is compatible with AIX, it is a subset and has numerous differences which makes it beneficial to distinguish, however this means that it now needs explicit support here. PR-URL: https://github.com/nodejs/node/pull/46739 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Richard Lau <rlau@redhat.com>
9 lines
202 B
Python
9 lines
202 B
Python
{
|
|
'defines': [ 'V8_DEPRECATION_WARNINGS=1' ],
|
|
'conditions': [
|
|
[ 'OS in "linux freebsd openbsd solaris android aix os400 cloudabi"', {
|
|
'cflags': ['-Wno-cast-function-type'],
|
|
}],
|
|
],
|
|
}
|