Skip to content

Commit a2cc4ba

Browse files
richardlauaddaleax
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 973b32d commit a2cc4ba

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
@@ -877,7 +877,7 @@
877877
'<(PRODUCT_DIR)/<(node_core_target_name).exe',
878878
],
879879
'action': [
880-
'mv', '<@(_inputs)', '<@(_outputs)',
880+
'move', '<@(_inputs)', '<@(_outputs)',
881881
],
882882
},
883883
],

0 commit comments

Comments
 (0)