Skip to content

Commit b5239d9

Browse files
richardlauaddaleax
authored andcommitted
build: fix Windows shared lib build
PR-URL: #25166 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Beth Griggs <Bethany.Griggs@uk.ibm.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
1 parent ee592c3 commit b5239d9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)