From f806768c53361f5404148cd4d216b10421a1288f Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Thu, 16 Dec 2021 16:40:17 +0300 Subject: Adapt to package manifest dependency classes change --- bpkg/pkg-configure.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bpkg/pkg-configure.cxx') diff --git a/bpkg/pkg-configure.cxx b/bpkg/pkg-configure.cxx index 96f3607..1aa3615 100644 --- a/bpkg/pkg-configure.cxx +++ b/bpkg/pkg-configure.cxx @@ -30,7 +30,7 @@ namespace bpkg for (const dependency_alternatives_ex& das: deps) { - assert (!das.conditional); //@@ TODO + assert (!das.conditional ()); //@@ TODO bool satisfied (false); for (const dependency_alternative& da: das) -- cgit v1.1