From 446ab037d7aff5d5b7530470669d87855ed0e843 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 --- node.gyp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)', ], }, ],