From 2b6ae9f528504897bc24803d95bbb6da61a2a85b Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 8 Dec 2015 11:01:26 +0200 Subject: Add support for --build, --build-option common options --- bpkg/utility | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'bpkg/utility') diff --git a/bpkg/utility b/bpkg/utility index 3e11bc4..b29d066 100644 --- a/bpkg/utility +++ b/bpkg/utility @@ -13,6 +13,7 @@ #include #include +#include namespace bpkg { @@ -69,7 +70,8 @@ namespace bpkg // run build2 quiet if our verbosity level is 1. // void - run_b (const string& buildspec, + run_b (const common_options&, + const string& buildspec, bool quiet = false, const strings& vars = strings ()); -- cgit v1.1