mirror of
https://github.com/novatiq/packages.git
synced 2026-04-29 23:18:42 +01:00
node: update to v4.4.4
While we're at it, also enable parallel builds. Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
--- a/lib/module.js
|
||||
+++ b/lib/module.js
|
||||
@@ -512,7 +512,8 @@
|
||||
var homeDir = process.env.HOME;
|
||||
@@ -453,7 +453,8 @@ Module._initPaths = function() {
|
||||
homeDir = process.env.HOME;
|
||||
}
|
||||
|
||||
- var paths = [path.resolve(process.execPath, '..', '..', 'lib', 'node')];
|
||||
|
||||
Reference in New Issue
Block a user