lang node: patch files

This commit is contained in:
hayzam 2022-12-31 17:41:40 +05:30
parent 18797f82ce
commit 16d973a2c1
2 changed files with 2 additions and 2 deletions

View file

@ -161,4 +161,4 @@ endef
$(eval $(call HostBuild))
$(eval $(call BuildPackage,node))
$(eval $(call BuildPackage,node-npm))
$(eval $(call BuildPackage,node-npm))

View file

@ -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'));