Skip to content

Commit 72afdd6

Browse files
lc-softrefack
authored andcommitted
build: rename copyNodeLib() to doBuild()
PR-URL: #1206 Reviewed-By: Refael Ackermann <[email protected]> Reviewed-By: João Reis <[email protected]> Reviewed-By: Gibson Fahnestock <[email protected]>
1 parent bad903a commit 72afdd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/build.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ function build (gyp, argv, callback) {
124124
if (config.variables.msbuild_path) {
125125
command = config.variables.msbuild_path
126126
log.verbose('using MSBuild:', command)
127-
copyNodeLib()
127+
doBuild()
128128
return
129129
}
130130

0 commit comments

Comments
 (0)