From 1dd1535173a458d0776413b3ca91058c57a8f91a Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 12 Dec 2024 11:31:42 +0200 Subject: Increment load_generation between packages in pkg-configure --- bpkg/pkg-configure.cxx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bpkg/pkg-configure.cxx b/bpkg/pkg-configure.cxx index 84bd51a..ccaf878 100644 --- a/bpkg/pkg-configure.cxx +++ b/bpkg/pkg-configure.cxx @@ -864,6 +864,8 @@ namespace bpkg // Note: no operation_post/meta_operation_post for configure. + ctx.load_generation++; // For next package to be configured. + // Here is a tricky part: if this is a normal package, then it will be // discovered as a subproject of the bpkg configuration when we load // it for the first time (because they are all unpacked). However, if -- cgit v1.1