diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2024-12-12 11:31:42 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2024-12-12 11:31:42 +0200 |
commit | 1dd1535173a458d0776413b3ca91058c57a8f91a (patch) | |
tree | 62095d2216eb8d47e9cf431e09cd5de7bb80ff73 | |
parent | 2f02f8818312f89ac2a9b2bb1989d60fff5686c6 (diff) |
-rw-r--r-- | bpkg/pkg-configure.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
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 |