aboutsummaryrefslogtreecommitdiff
path: root/build2/b.cxx
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.cxx
parent9f72ad00a0654bc965ff527615e02fd35596073c (diff)
Add ability to skip external modules during bootstrap (--no-external-modules)
Diffstat (limited to 'build2/b.cxx')
-rw-r--r--build2/b.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/build2/b.cxx b/build2/b.cxx
index b7e6708..18326cc 100644
--- a/build2/b.cxx
+++ b/build2/b.cxx
@@ -785,6 +785,7 @@ main (int argc, char* argv[])
ctx.reset (new context (sched,
mutexes,
ops.match_only (),
+ ops.no_external_modules (),
ops.dry_run (),
!ops.serial_stop () /* keep_going */,
cmd_vars));