Index: tools/gn/command_desc.cc |
diff --git a/tools/gn/command_desc.cc b/tools/gn/command_desc.cc |
index 4ff3b20f7fc385d7b22f7ae6947247292a7e5fc2..a4ed785304b00f2e61ce30b6bdca205ad371aca4 100644 |
--- a/tools/gn/command_desc.cc |
+++ b/tools/gn/command_desc.cc |
@@ -579,7 +579,7 @@ int RunDesc(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; |