aboutsummaryrefslogtreecommitdiff
path: root/bpkg/package.hxx
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2021-06-22 22:04:52 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2021-07-01 16:38:54 +0300
commit441cd214f04b8738c3fd92dd3c1a8ad1f2e56ba8 (patch)
tree49727c21918e0ef74a7c7e367b6396073d61f9aa /bpkg/package.hxx
parentede8a15c2e310b2ae30894dd640f58d87a8a9408 (diff)
Add support for building dependency in other configuration and re-pointing dependents to it
Diffstat (limited to 'bpkg/package.hxx')
-rw-r--r--bpkg/package.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/bpkg/package.hxx b/bpkg/package.hxx
index 3457073..4b0ab3a 100644
--- a/bpkg/package.hxx
+++ b/bpkg/package.hxx
@@ -418,7 +418,8 @@ namespace bpkg
//
// Also note that these point to repositories, not repository fragments.
//
- using dependencies = std::set<lazy_weak_ptr<repository>, compare_lazy_ptr>;
+ using dependencies = std::set<lazy_weak_ptr<repository>,
+ compare_lazy_ptr_id>;
dependencies complements;
dependencies prerequisites;