UPDATE: lang/node 20.13.1 > 20.17.0
This commit is contained in:
parent
84dc6ae727
commit
79a82efd93
15 changed files with 191 additions and 274 deletions
|
@ -4,7 +4,7 @@ devel/gtest if installed.
|
|||
Index: node.gyp
|
||||
--- node.gyp.orig
|
||||
+++ node.gyp
|
||||
@@ -826,7 +826,7 @@
|
||||
@@ -828,7 +828,7 @@
|
||||
],
|
||||
'dependencies': [
|
||||
'deps/base64/base64.gyp:base64',
|
||||
|
@ -13,7 +13,7 @@ Index: node.gyp
|
|||
'deps/histogram/histogram.gyp:histogram',
|
||||
'deps/uvwasi/uvwasi.gyp:uvwasi',
|
||||
'deps/simdutf/simdutf.gyp:simdutf',
|
||||
@@ -1056,8 +1056,8 @@
|
||||
@@ -1146,8 +1146,8 @@
|
||||
'dependencies': [
|
||||
'<(node_lib_target_name)',
|
||||
'deps/base64/base64.gyp:base64',
|
||||
|
@ -24,7 +24,7 @@ Index: node.gyp
|
|||
'deps/histogram/histogram.gyp:histogram',
|
||||
'deps/uvwasi/uvwasi.gyp:uvwasi',
|
||||
'deps/simdutf/simdutf.gyp:simdutf',
|
||||
@@ -1105,6 +1105,10 @@
|
||||
@@ -1195,6 +1195,10 @@
|
||||
}],
|
||||
['OS=="solaris"', {
|
||||
'ldflags': [ '-I<(SHARED_INTERMEDIATE_DIR)' ]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue