aboutsummaryrefslogtreecommitdiff
path: root/bpkg/package-skeleton.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'bpkg/package-skeleton.cxx')
-rw-r--r--bpkg/package-skeleton.cxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/bpkg/package-skeleton.cxx b/bpkg/package-skeleton.cxx
index afce66c..a3cdcdc 100644
--- a/bpkg/package-skeleton.cxx
+++ b/bpkg/package-skeleton.cxx
@@ -2475,11 +2475,11 @@ namespace bpkg
new context (build2_sched,
build2_mutexes,
build2_fcache,
- false /* match_only */, // Shouldn't matter.
- false /* no_external_modules */,
- false /* dry_run */, // Shouldn't matter.
- false /* no_diag_buffer */, // Shouldn't matter.
- false /* keep_going */, // Shouldnt' matter.
+ nullopt /* match_only */, // Shouldn't matter.
+ false /* no_external_modules */,
+ false /* dry_run */, // Shouldn't matter.
+ false /* no_diag_buffer */, // Shouldn't matter.
+ false /* keep_going */, // Shouldnt' matter.
cmd_vars));
}
catch (const build2::failed&)