|
|
@ -1,7 +1,7 @@ |
|
|
|
diff -u -r ../node-v10.9.0/node.gyp ./node.gyp
|
|
|
|
--- ../node-v10.9.0/node.gyp 2018-08-15 13:53:34.000000000 +0000
|
|
|
|
+++ ./node.gyp 2018-08-23 20:43:38.262489188 +0000
|
|
|
|
@@ -925,72 +925,6 @@
|
|
|
|
diff -u -r ../node-v10.11.0/node.gyp ./node.gyp
|
|
|
|
--- ../node-v10.11.0/node.gyp 2018-09-20 07:28:40.000000000 +0000
|
|
|
|
+++ ./node.gyp 2018-09-20 23:29:49.101088165 +0000
|
|
|
|
@@ -936,76 +936,6 @@
|
|
|
|
], |
|
|
|
} ], |
|
|
|
] |
|
|
@ -70,6 +70,10 @@ diff -u -r ../node-v10.9.0/node.gyp ./node.gyp |
|
|
|
- ['OS=="solaris"', {
|
|
|
|
- 'ldflags': [ '-I<(SHARED_INTERMEDIATE_DIR)' ]
|
|
|
|
- }],
|
|
|
|
- # Skip cctest while building shared lib node for Windows
|
|
|
|
- [ 'OS=="win" and node_shared=="true"', {
|
|
|
|
- 'type': 'none',
|
|
|
|
- }],
|
|
|
|
- ],
|
|
|
|
} |
|
|
|
], # end targets |
|
|
|