Skip to content

Commit

Permalink
Change prefix from node port.
Browse files Browse the repository at this point in the history
  • Loading branch information
viferga committed Nov 27, 2019
1 parent a35bec4 commit 2f0d474
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion source/ports/node_port/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ set_target_properties(${target}
BUNDLE $<$<BOOL:${APPLE}>:$<$<VERSION_GREATER:${PROJECT_OS_VERSION},8>>>

# Set valid format for NodeJS addon
PREFIX "" SUFFIX ".node"
SUFFIX ".node"
)

#
Expand Down
4 changes: 2 additions & 2 deletions source/ports/node_port/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ const addon = (() => {
];

const names = [
'node_portd',
'node_port',
'libnode_portd',
'libnode_port',
];

/* Set NODE_PATH for finding metacall lib */
Expand Down

0 comments on commit 2f0d474

Please sign in to comment.