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 <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>
  • Loading branch information
richardlau authored and MylesBorins committed May 16, 2019
1 parent 8a4fe98 commit 554a434
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 @@ -897,7 +897,7 @@
'<(PRODUCT_DIR)/<(node_core_target_name).exe',
],
'action': [
'mv', '<@(_inputs)', '<@(_outputs)',
'move', '<@(_inputs)', '<@(_outputs)',
],
},
],
Expand Down

0 comments on commit 554a434

Please sign in to comment.