node.js version 20.x is now active LTS. mipsel (pistachio) is no longer supported. Due to build difficulties, libuv shared libraries are not used. Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
10 lines
294 B
Diff
10 lines
294 B
Diff
--- a/deps/uv/uv.gyp
|
|
+++ b/deps/uv/uv.gyp
|
|
@@ -155,6 +155,7 @@
|
|
'target_name': 'libuv',
|
|
'toolsets': ['host', 'target'],
|
|
'type': '<(uv_library)',
|
|
+ 'include_dirs!': [ '<!@(echo "$STAGING_DIR"/usr/include)' ],
|
|
'include_dirs': [
|
|
'include',
|
|
'src/',
|