We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a35bec4 commit 2f0d474Copy full SHA for 2f0d474
source/ports/node_port/CMakeLists.txt
@@ -126,7 +126,7 @@ set_target_properties(${target}
126
BUNDLE $<$<BOOL:${APPLE}>:$<$<VERSION_GREATER:${PROJECT_OS_VERSION},8>>>
127
128
# Set valid format for NodeJS addon
129
- PREFIX "" SUFFIX ".node"
+ SUFFIX ".node"
130
)
131
132
#
source/ports/node_port/index.js
@@ -18,8 +18,8 @@ const addon = (() => {
18
];
19
20
const names = [
21
- 'node_portd',
22
- 'node_port',
+ 'libnode_portd',
+ 'libnode_port',
23
24
25
/* Set NODE_PATH for finding metacall lib */
0 commit comments