aboutsummaryrefslogtreecommitdiff
path: root/bpkg/pkg-command.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2018-11-09 12:36:02 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2018-11-09 12:36:02 +0200
commit61a7600c6e2bd900b36eb94b1f9dae6a9b374db9 (patch)
tree6e6c4653600bf5be2d5fbf68a489b21a11eed5cb /bpkg/pkg-command.hxx
parent25fdb8f5d54a5a789d5b9eac0247cf95b7296e89 (diff)
Clean up command line variable handling in pkg-configure, pkg-<command>
This reflects the change we've made in the build system to the semantics in this area a while ago.
Diffstat (limited to 'bpkg/pkg-command.hxx')
-rw-r--r--bpkg/pkg-command.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/bpkg/pkg-command.hxx b/bpkg/pkg-command.hxx
index a08188b..9b56142 100644
--- a/bpkg/pkg-command.hxx
+++ b/bpkg/pkg-command.hxx
@@ -33,7 +33,7 @@ namespace bpkg
struct pkg_command_vars
{
shared_ptr<selected_package> pkg;
- strings vars;
+ strings vars; // Package-specific command line vars.
};
void