Skip to content

Commit a071429

Browse files
richardlaurefack
authored andcommitted
build: fix Windows shared lib build
PR-URL: nodejs#25166 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Beth Griggs <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Colin Ihrig <[email protected]>
1 parent b5ff68e commit a071429

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

node.gyp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -882,7 +882,7 @@
882882
'<(PRODUCT_DIR)/<(node_core_target_name).exe',
883883
],
884884
'action': [
885-
'mv', '<@(_inputs)', '<@(_outputs)',
885+
'move', '<@(_inputs)', '<@(_outputs)',
886886
],
887887
},
888888
],

0 commit comments

Comments
 (0)