Skip to content

Commit

Permalink
build: fix Windows shared lib build
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
richardlau authored and addaleax committed Jan 5, 2019
1 parent 973b32d commit a2cc4ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -877,7 +877,7 @@
'<(PRODUCT_DIR)/<(node_core_target_name).exe',
],
'action': [
'mv', '<@(_inputs)', '<@(_outputs)',
'move', '<@(_inputs)', '<@(_outputs)',
],
},
],
Expand Down

0 comments on commit a2cc4ba

Please sign in to comment.