From 7c61322166eb0eab77ee5fb10031bae616ecb192 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Mon, 15 Apr 2024 21:36:02 +0300 Subject: Add support for custom build bots --- mod/build-config-module.hxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'mod/build-config-module.hxx') diff --git a/mod/build-config-module.hxx b/mod/build-config-module.hxx index 78661c3..c1630b0 100644 --- a/mod/build-config-module.hxx +++ b/mod/build-config-module.hxx @@ -36,8 +36,9 @@ namespace brep void init (const options::build&); + template bool - exclude (const build_package_config& pc, + exclude (const build_package_config_template& pc, const build_class_exprs& common_builds, const build_constraints& common_constraints, const build_target_config& tc, -- cgit v1.1