aboutsummaryrefslogtreecommitdiff
path: root/bpkg/package.cxx
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2021-07-02 12:03:24 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2021-07-02 12:03:24 +0300
commita14677a9b3bdfaa59fd4a010bff3530472768954 (patch)
treec0814e96d3023ea22ce6117067f90e51823e6164 /bpkg/package.cxx
parentca439ff4ca3f36a803419575e2db3a3ab4775c4b (diff)
Diffstat (limited to 'bpkg/package.cxx')
-rw-r--r--bpkg/package.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/bpkg/package.cxx b/bpkg/package.cxx
index abfcd55..5c2235d 100644
--- a/bpkg/package.cxx
+++ b/bpkg/package.cxx
@@ -554,7 +554,7 @@ namespace bpkg
{
pair<shared_ptr<selected_package>, database*> r;
- for (database& adb: db.dependency_configs (buildtime))
+ for (database& adb: db.dependency_configs (pn, buildtime))
{
shared_ptr<selected_package> p (adb.find<selected_package> (pn));