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/rep-info.cxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'bpkg/rep-info.cxx') diff --git a/bpkg/rep-info.cxx b/bpkg/rep-info.cxx index a5d79eb..5184048 100644 --- a/bpkg/rep-info.cxx +++ b/bpkg/rep-info.cxx @@ -71,7 +71,8 @@ namespace bpkg conf, rl, !o.manifest () /* ignore_unknow */, - o.deep () /* expand_values */)); + o.deep () /* expand_values */, + o.deep () /* load_buildfiles */)); // Now print. // -- cgit v1.1