Skip to content

Commit 02eba03

Browse files
committed
build: look for libnode.so in lib subdirectory
Signed-off-by: Jan Staněk <[email protected]>
1 parent c96e96c commit 02eba03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/install.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ def files(options, action):
182182
try_symlink(options, so_name, link_path)
183183
else:
184184
output_lib = 'libnode.' + options.variables.get('shlib_suffix')
185-
action(options, [os.path.join(options.build_dir, output_lib)],
185+
action(options, [os.path.join(options.build_dir, 'lib', output_lib)],
186186
os.path.join(options.variables.get('libdir'), output_lib))
187187

188188
action(options, [os.path.join(options.v8_dir, 'tools/gdbinit')], 'share/doc/node/')

0 commit comments

Comments
 (0)