From a38876e1bcb94b6452f2c820e20883580e47cfe4 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 25 Jan 2016 15:41:42 +0200 Subject: Add support for passing config vars to pkg-{build,clean,install,uninstall} --- bpkg/utility | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'bpkg/utility') diff --git a/bpkg/utility b/bpkg/utility index bd6f393..9aa2dba 100644 --- a/bpkg/utility +++ b/bpkg/utility @@ -74,7 +74,8 @@ namespace bpkg run_b (const common_options&, const string& buildspec, bool quiet = false, - const strings& vars = strings ()); + const strings& vars1 = strings (), + const strings& vars2 = strings ()); // Call a function if there is an exception. // -- cgit v1.1