DescriptionDon't set up environment for ninja if the compiler is already available
Previously when ninja.bat was run from a prompt that already had VS vars
available, it was adding them a second time. Depending on what else the user
had in the path, this could cause the path to become too long and so things at
the end wouldn't be found. To avoid this, check if the compiler is available
first, and don't run the environment set up in that case.
R=maruel@chromium.org
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=133940
Patch Set 1 #
Total comments: 2
Patch Set 2 : #
Total comments: 1
Patch Set 3 : #Messages
Total messages: 10 (0 generated)
|