| Index: tools/gn/command_check.cc
|
| diff --git a/tools/gn/command_check.cc b/tools/gn/command_check.cc
|
| index b3c8412d7e7b743e4cc352fe7c4910740e12a912..584803e2ef55b2851028be728b76ae89d4a96753 100644
|
| --- a/tools/gn/command_check.cc
|
| +++ b/tools/gn/command_check.cc
|
| @@ -51,7 +51,7 @@ int RunCheck(const std::vector<std::string>& args) {
|
|
|
| // Deliberately leaked to avoid expensive process teardown.
|
| Setup* setup = new Setup();
|
| - if (!setup->DoSetup(args[0]))
|
| + if (!setup->DoSetup(args[0], false))
|
| return 1;
|
| if (!setup->Run())
|
| return 1;
|
|
|