aboutsummaryrefslogtreecommitdiff
path: root/bpkg/package-skeleton.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2022-02-21 06:36:52 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2022-02-21 06:36:52 +0200
commit9b5acba21213c2bf87d92b0a12f4d41283a13ae3 (patch)
treefef321b943267bf7022f5a762310e943e1bf007b /bpkg/package-skeleton.hxx
parent5bc95a2ecdce512d673b3f77c593105230da28fd (diff)
Complete build system command line parsing/processing
Diffstat (limited to 'bpkg/package-skeleton.hxx')
-rw-r--r--bpkg/package-skeleton.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/bpkg/package-skeleton.hxx b/bpkg/package-skeleton.hxx
index c4c59cc..0b573e4 100644
--- a/bpkg/package-skeleton.hxx
+++ b/bpkg/package-skeleton.hxx
@@ -100,6 +100,7 @@ namespace bpkg
bool created_ = false;
unique_ptr<build2::context> ctx_;
build2::scope* rs_ = nullptr;
+ strings cmd_vars_; // Storage for merged build2_cmd_vars and config_vars_.
strings reflect_names_; // Reflect configuration variable names.
strings reflect_vars_; // Reflect configuration variable overrides.