From d06e8d1d3b0594c74fa444da76c3c7925ed58f70 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 22 Sep 2020 11:28:53 +0200 Subject: Add ability to skip external modules during bootstrap (--no-external-modules) --- build2/b-options.hxx | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'build2/b-options.hxx') diff --git a/build2/b-options.hxx b/build2/b-options.hxx index c6f1f59..d55dd36 100644 --- a/build2/b-options.hxx +++ b/build2/b-options.hxx @@ -526,6 +526,9 @@ namespace build2 match_only () const; const bool& + no_external_modules () const; + + const bool& structured_result () const; const bool& @@ -628,6 +631,7 @@ namespace build2 bool serial_stop_; bool dry_run_; bool match_only_; + bool no_external_modules_; bool structured_result_; bool mtime_check_; bool no_mtime_check_; -- cgit v1.1