From 9b5acba21213c2bf87d92b0a12f4d41283a13ae3 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 21 Feb 2022 06:36:52 +0200 Subject: Complete build system command line parsing/processing --- bpkg/package-skeleton.hxx | 1 + 1 file changed, 1 insertion(+) (limited to 'bpkg/package-skeleton.hxx') 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 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. -- cgit v1.1