diff --git a/node.gyp b/node.gyp index c0bc5d83782c32..e7e51d093ddef3 100644 --- a/node.gyp +++ b/node.gyp @@ -877,7 +877,7 @@ '<(PRODUCT_DIR)/<(node_core_target_name).exe', ], 'action': [ - 'mv', '<@(_inputs)', '<@(_outputs)', + 'move', '<@(_inputs)', '<@(_outputs)', ], }, ],