aboutsummaryrefslogtreecommitdiff
path: root/bpkg/pkg-configure.cxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2023-05-08 15:15:23 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2023-05-08 15:15:23 +0200
commit3323779f3e359bfa1d48ba5e37b6dddb609fc7e2 (patch)
tree43042341a006708bd4cf19844be7374d25f23eba /bpkg/pkg-configure.cxx
parentad33b90e814c2d23052692ba114252ed2ef2d311 (diff)
Adjust to build2::context::match_only type change
Diffstat (limited to 'bpkg/pkg-configure.cxx')
-rw-r--r--bpkg/pkg-configure.cxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/bpkg/pkg-configure.cxx b/bpkg/pkg-configure.cxx
index d6c5446..e6e0b8d 100644
--- a/bpkg/pkg-configure.cxx
+++ b/bpkg/pkg-configure.cxx
@@ -420,11 +420,11 @@ namespace bpkg
new context (build2_sched,
build2_mutexes,
build2_fcache,
- false /* match_only */,
- false /* no_external_modules */,
- false /* dry_run */,
- false /* no_diag_buffer */,
- false /* keep_going */,
+ nullopt /* match_only */,
+ false /* no_external_modules */,
+ false /* dry_run */,
+ false /* no_diag_buffer */,
+ false /* keep_going */,
merge_cmd_vars (),
context::reserves {
30000 /* targets */,