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/pkg-update | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'bpkg/pkg-update') diff --git a/bpkg/pkg-update b/bpkg/pkg-update index a266da3..f755964 100644 --- a/bpkg/pkg-update +++ b/bpkg/pkg-update @@ -20,9 +20,10 @@ namespace bpkg inline void pkg_update (const dir_path& configuration, + const common_options& o, const shared_ptr& p) { - pkg_command ("update", configuration, p); + pkg_command ("update", configuration, o, p); } } -- cgit v1.1