Skip to content

Commit

Permalink
build: rename copyNodeLib() to doBuild()
Browse files Browse the repository at this point in the history
PR-URL: #1206
Reviewed-By: Refael Ackermann <refack@gmail.com>
Reviewed-By: João Reis <reis@janeasystems.com>
Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com>
  • Loading branch information
lc-soft authored and refack committed May 27, 2017
1 parent bad903a commit 72afdd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/build.js
Expand Up @@ -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
}

Expand Down

0 comments on commit 72afdd6

Please sign in to comment.