lang node: patch files
This commit is contained in:
parent
18797f82ce
commit
16d973a2c1
2 changed files with 2 additions and 2 deletions
|
@ -161,4 +161,4 @@ endef
|
|||
|
||||
$(eval $(call HostBuild))
|
||||
$(eval $(call BuildPackage,node))
|
||||
$(eval $(call BuildPackage,node-npm))
|
||||
$(eval $(call BuildPackage,node-npm))
|
|
@ -9,4 +9,4 @@
|
|||
+ path.resolve(prefixDir, 'lib', 'node_modules')];
|
||||
|
||||
if (homeDir) {
|
||||
ArrayPrototypeUnshift(paths, path.resolve(homeDir, '.node_libraries'));
|
||||
ArrayPrototypeUnshift(paths, path.resolve(homeDir, '.node_libraries'));
|
Loading…
Reference in a new issue