Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'node.gyp')
-rw-r--r--node.gyp2
1 files changed, 2 insertions, 0 deletions
diff --git a/node.gyp b/node.gyp
index d4dc83d257b..38cf71309f8 100644
--- a/node.gyp
+++ b/node.gyp
@@ -73,6 +73,8 @@
'lib/net.js',
'lib/os.js',
'lib/path.js',
+ 'lib/path/posix.js',
+ 'lib/path/win32.js',
'lib/perf_hooks.js',
'lib/process.js',
'lib/punycode.js',