Skip to content
forked from nodejs/node

Commit 1bf9fd5

Browse files
committed
build: remove node_module_version shlib suffix
1 parent a75ca13 commit 1bf9fd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1575,7 +1575,7 @@ def configure_node(o):
15751575
elif sys.platform.startswith('zos'):
15761576
shlib_suffix = '%s.x'
15771577
else:
1578-
shlib_suffix = 'so.%s'
1578+
shlib_suffix = 'so'
15791579
if '%s' in shlib_suffix:
15801580
shlib_suffix %= node_module_version
15811581

0 commit comments

Comments
 (0)