-
Notifications
You must be signed in to change notification settings - Fork 30.7k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
build,win: skip vcvarsall if already set #13806
Conversation
/cc @nodejs/platform-windows @nodejs/build |
vcbuild.bat
Outdated
@rem VS2015 vsvarsall is quick, so run anyway | ||
|
||
@rem check if VS2015 is already setup | ||
if "_%VisualStudioVersion%_" == "_14.0_" if "_%VCVARS_VER%_" == "_140_" goto :found_vs2015 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The earlier similar line for 2017 doesn't prefix the goto target with a colon. Please can you make these consistent?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Defo
e189614
to
514654a
Compare
PR-URL: nodejs#13806 Fixes: nodejs#13765 Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Kunal Pathak <kunal.pathak@microsoft.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: James M Snell <jasnell@gmail.com>
514654a
to
8206a01
Compare
Should this be backported to |
Fixes: #13765
Checklist
make -j4 test
(UNIX), orvcbuild test
(Windows) passesAffected core subsystem(s)
build