mirror of
https://github.com/electron/node-gyp.git
synced 2025-08-15 12:58:19 +02:00
zos: support platform
Initial work to add z/OS support to node-gyp. PR-URL: https://github.com/nodejs/node-gyp/pull/1276 Reviewed-By: Refael Ackermann <refack@gmail.com> Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
This commit is contained in:
parent
90d86512f4
commit
b2024dee7b
6 changed files with 69 additions and 12 deletions
11
addon.gypi
11
addon.gypi
|
@ -89,6 +89,17 @@
|
|||
'-Wl,-bimport:<(node_exp_file)'
|
||||
],
|
||||
}],
|
||||
[ 'OS=="zos"', {
|
||||
'cflags': [
|
||||
'-q64',
|
||||
'-Wc,DLL',
|
||||
'-qlonglong'
|
||||
],
|
||||
'ldflags': [
|
||||
'-q64',
|
||||
'<(node_exp_file)'
|
||||
],
|
||||
}],
|
||||
[ 'OS=="win"', {
|
||||
'conditions': [
|
||||
['node_engine=="chakracore"', {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue