aboutsummaryrefslogtreecommitdiff
path: root/libbrep
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2024-03-11 18:18:16 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2024-03-12 16:33:19 +0300
commit351f89ffe10a2f3aadfbc3a80704b5954dc356ca (patch)
treea5408bb83f6fc9a4479639d81ef85730a5c3755c /libbrep
parent057a930bc6d1fe74f5f1572dff3fa7d5e52cd551 (diff)
Adapt to build auxiliary machines related changes in libbpkg and libbbot
Diffstat (limited to 'libbrep')
-rw-r--r--libbrep/common.hxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/libbrep/common.hxx b/libbrep/common.hxx
index 04d8453..9c398c8 100644
--- a/libbrep/common.hxx
+++ b/libbrep/common.hxx
@@ -360,6 +360,10 @@ namespace brep
#pragma db value(build_package_config) definition
+ // @@ TMP AUXILIARY
+ //
+ #pragma db member(build_package_config::auxiliaries) transient
+
// 1 for the default configuration which is always present.
//
using build_package_configs = small_vector<build_package_config, 1>;