aboutsummaryrefslogtreecommitdiff
path: root/bpkg/pkg-configure.cxx
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2021-12-16 16:40:17 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2022-01-17 18:45:14 +0300
commitf806768c53361f5404148cd4d216b10421a1288f (patch)
treec4990cc537d8635c0c77c59a10eeec9e8749f3f3 /bpkg/pkg-configure.cxx
parentfaf999003af1d62e90b59791126dacedf7b28105 (diff)
Adapt to package manifest dependency classes change
Diffstat (limited to 'bpkg/pkg-configure.cxx')
-rw-r--r--bpkg/pkg-configure.cxx2
1 files changed, 1 insertions, 1 deletions
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)