From fafc5727732c7df2c98b123292f483411e0050e3 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Mon, 31 Jan 2022 12:24:28 +0300 Subject: Add support for bootstrap-build and root-build values in package manifest --- bpkg/pkg-configure.hxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'bpkg/pkg-configure.hxx') diff --git a/bpkg/pkg-configure.hxx b/bpkg/pkg-configure.hxx index c89a159..4fc99fa 100644 --- a/bpkg/pkg-configure.hxx +++ b/bpkg/pkg-configure.hxx @@ -42,6 +42,8 @@ namespace bpkg transaction&, const shared_ptr&, const dependencies&, + const string& bootstrap_build, + const optional& root_build, const strings& config_vars, bool simulate, const function& = {}); -- cgit v1.1