aboutsummaryrefslogtreecommitdiff
path: root/build2/b-options.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2020-09-22 11:28:53 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2020-09-22 11:28:53 +0200
commitd06e8d1d3b0594c74fa444da76c3c7925ed58f70 (patch)
treea2c6d46e285b8109adc53a7ee2562cd26126a399 /build2/b-options.hxx
parent9f72ad00a0654bc965ff527615e02fd35596073c (diff)
Add ability to skip external modules during bootstrap (--no-external-modules)
Diffstat (limited to 'build2/b-options.hxx')
-rw-r--r--build2/b-options.hxx4
1 files changed, 4 insertions, 0 deletions
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_;