mirror of https://github.com/lukechilds/node.git
Browse Source
Currently the variables set in vcbuild.bat are mostly global and escape/leak out into the calling process. For example, running vcbuild.bat test and then echoing the config variable gives: vcbuild.bat test ... echo %config% Release After this change the same command give: vcbuild.bat test ... echo %config% %config% PR-URL: https://github.com/nodejs/node/pull/15754 Reviewed-By: James M Snell <jasnell@gmail.com>v9.x-staging
Daniel Bevenius
7 years ago
1 changed files with 2 additions and 0 deletions
Loading…
Reference in new issue