| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent b26d1c7 commit 710dde5
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -64,7 +64,7 @@ let | |||
| 64 | 64 | ++ pkgs.lib.optional (!withSSL) "--without-ssl" | |
| 65 | 65 | ++ pkgs.lib.optional withTemporal "--v8-enable-temporal-support" | |
| 66 | 66 | ++ pkgs.lib.optional (ninja != null) "--ninja" | |
| 67 | - ++ pkgs.lib.optional loadJSBuiltinsDynamically "--node-builtin-modules-path=${builtins.toString ../..}" | ||
| 67 | + ++ pkgs.lib.optional loadJSBuiltinsDynamically "--node-builtin-modules-path=${builtins.toString ./.}" | ||
| 68 | 68 | ++ pkgs.lib.concatMap (name: [ | |
| 69 | 69 | "--shared-${name}" | |
| 70 | 70 | "--shared-${name}-libpath=${pkgs.lib.getLib sharedLibDeps.${name}}/lib" | |
| Back | FazBrowse Home | New Git URL |
0 commit comments