Skip to content

Commit 554a434

Browse files
richardlauMylesBorins
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 8a4fe98 commit 554a434

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

node.gyp

+1-1
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)