From 72afdd62cdb960d92b110e713091fb4efd870963 Mon Sep 17 00:00:00 2001 From: Liu Chao Date: Mon, 22 May 2017 09:56:06 -0400 Subject: [PATCH] build: rename copyNodeLib() to doBuild() MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PR-URL: https://github.com/nodejs/node-gyp/pull/1206 Reviewed-By: Refael Ackermann Reviewed-By: João Reis Reviewed-By: Gibson Fahnestock --- lib/build.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/build.js b/lib/build.js index 97d06595c7..0445fb6452 100644 --- a/lib/build.js +++ b/lib/build.js @@ -124,7 +124,7 @@ function build (gyp, argv, callback) { if (config.variables.msbuild_path) { command = config.variables.msbuild_path log.verbose('using MSBuild:', command) - copyNodeLib() + doBuild() return }