aboutsummaryrefslogtreecommitdiff
path: root/main.cc
diff options
context:
space:
mode:
Diffstat (limited to 'main.cc')
-rw-r--r--main.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/main.cc b/main.cc
index e3b2866..5b9fda5 100644
--- a/main.cc
+++ b/main.cc
@@ -82,6 +82,8 @@ static void ParseCommandLine(int argc, char* argv[],
} else if (!strcmp(arg, "--use_find_emulator")) {
g_use_find_emulator = true;
} else if (ParseCommandLineOptionWithArg(
+ "--goma_dir", argv, &i, &g_goma_dir)) {
+ } else if (ParseCommandLineOptionWithArg(
"--ignore_optional_include",
argv, &i, &g_ignore_optional_include_pattern)) {
} else if (arg[0] == '-') {