| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 136b6a9 commit f4ac7ba
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -176,7 +176,7 @@ def files(options, action): | |||
| 176 | 176 | try_symlink(options, so_name, link_path) | |
| 177 | 177 | else: | |
| 178 | 178 | output_lib = 'libnode.' + options.variables.get('shlib_suffix') | |
| 179 | - action(options, [os.path.join(output_prefix, output_lib)], | ||
| 179 | + action(options, [os.path.join(options.build_dir, output_lib)], | ||
| 180 | 180 | os.path.join(options.variables.get('libdir'), output_lib)) | |
| 181 | 181 | ||
| 182 | 182 | action(options, [os.path.join(options.v8_dir, 'tools/gdbinit')], 'share/doc/node/') | |
| Back | FazBrowse Home | New Git URL |
0 commit comments