Skip to content

Commit ec704a1

Browse files
richardlauBethGriggs
authored andcommitted
build: fix Windows shared lib build
PR-URL: #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 23a25ff commit ec704a1

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
@@ -897,7 +897,7 @@
897897
'<(PRODUCT_DIR)/<(node_core_target_name).exe',
898898
],
899899
'action': [
900-
'mv', '<@(_inputs)', '<@(_outputs)',
900+
'move', '<@(_inputs)', '<@(_outputs)',
901901
],
902902
},
903903
],

0 commit comments

Comments
 (0)