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