From d6d72bc6e4545d216d89660f86781bbc34980fe9 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Fri, 29 Jul 2022 17:37:33 +0300 Subject: For rep-create, pkg-verify, and rep-info don't verify build-time toolchain dependency constraints if --ignore-unknown option is specified --- bpkg/package.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bpkg/package.hxx') diff --git a/bpkg/package.hxx b/bpkg/package.hxx index 694d068..aecb4e2 100644 --- a/bpkg/package.hxx +++ b/bpkg/package.hxx @@ -589,7 +589,7 @@ namespace bpkg bool toolchain_buildtime_dependency (const common_options&, - const dependency_alternatives_ex&, + const dependency_alternatives&, const package_name*); // Return true if any dependency other than toolchain build-time -- cgit v1.1