From 3323779f3e359bfa1d48ba5e37b6dddb609fc7e2 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 8 May 2023 15:15:23 +0200 Subject: Adjust to build2::context::match_only type change --- bpkg/package-skeleton.cxx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'bpkg/package-skeleton.cxx') 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&) -- cgit v1.1