From ec704a1472f067853cc43b48d9455d753cc31fb2 Mon Sep 17 00:00:00 2001 From: Richard Lau Date: Fri, 21 Dec 2018 15:37:30 +0000 Subject: [PATCH] build: fix Windows shared lib build PR-URL: https://github.com/nodejs/node/pull/25166 Reviewed-By: Anna Henningsen Reviewed-By: Beth Griggs Reviewed-By: Luigi Pinca Reviewed-By: Colin Ihrig --- node.gyp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)', ], }, ],