0
0
mirror of https://github.com/termux/termux-packages.git synced 2025-05-31 12:52:11 +00:00
Files
termux-packages/x11-packages/code-oss/0006-reset-nodedir-for-host-build.patch
2025-05-13 20:08:21 +08:00

11 lines
244 B
Diff

--- a/build/npm/postinstall.js
+++ b/build/npm/postinstall.js
@@ -93,6 +93,7 @@
if (dir === 'build') {
env['npm_config_target'] = process.versions.node;
env['npm_config_arch'] = process.arch;
+ env['npm_config_nodedir'] = '';
}
}