Skip to content

Commit 2f0d474

Browse files
committed
Change prefix from node port.
1 parent a35bec4 commit 2f0d474

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

source/ports/node_port/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ set_target_properties(${target}
126126
BUNDLE $<$<BOOL:${APPLE}>:$<$<VERSION_GREATER:${PROJECT_OS_VERSION},8>>>
127127

128128
# Set valid format for NodeJS addon
129-
PREFIX "" SUFFIX ".node"
129+
SUFFIX ".node"
130130
)
131131

132132
#

source/ports/node_port/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ const addon = (() => {
1818
];
1919

2020
const names = [
21-
'node_portd',
22-
'node_port',
21+
'libnode_portd',
22+
'libnode_port',
2323
];
2424

2525
/* Set NODE_PATH for finding metacall lib */

0 commit comments

Comments
 (0)