aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/tools/singlejar/options.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools/singlejar/options.cc')
-rw-r--r--src/tools/singlejar/options.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/tools/singlejar/options.cc b/src/tools/singlejar/options.cc
index 11484c4124..86c35fe142 100644
--- a/src/tools/singlejar/options.cc
+++ b/src/tools/singlejar/options.cc
@@ -38,7 +38,8 @@ void Options::ParseCommandLine(int argc, const char * const argv[]) {
tokens.MatchAndSet("--verbose", &verbose) ||
tokens.MatchAndSet("--warn_duplicate_resources",
&warn_duplicate_resources) ||
- tokens.MatchAndSet("--nocompress_suffixes", &nocompress_suffixes)) {
+ tokens.MatchAndSet("--nocompress_suffixes", &nocompress_suffixes) ||
+ tokens.MatchAndSet("--check_desugar_deps", &check_desugar_deps)) {
continue;
} else if (tokens.MatchAndSet("--build_info_file", &optarg)) {
build_info_files.push_back(optarg);