From f0f5af955fe03fa120b69c39f4a23ff3a177769b Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 6 Jun 2022 11:40:50 +0200 Subject: Implementation of evaluate_require() plus other tweaks --- bpkg/package-skeleton.hxx | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'bpkg/package-skeleton.hxx') diff --git a/bpkg/package-skeleton.hxx b/bpkg/package-skeleton.hxx index 1c4ae32..e949784 100644 --- a/bpkg/package-skeleton.hxx +++ b/bpkg/package-skeleton.hxx @@ -178,11 +178,14 @@ namespace bpkg // // Call this function before evaluating every clause. // - // If dependency configurations are specified, then set their values and - // save the resulting versions in config_variable_value::version. + // If dependency configurations are specified, then typify the variables + // and set their values saving the resulting value versions in + // config_variable_value::version. If defaults is false, then only typify + // the variables and set overrides without setting the default/buildfile + // values. // build2::scope& - load (const dependency_configurations& = {}); + load (const dependency_configurations& = {}, bool defaults = true); // Merge command line variable overrides into one list (normally to be // passed to bootstrap()). -- cgit v1.1