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