aboutsummaryrefslogtreecommitdiff
path: root/bpkg/pkg-build.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2018-03-19 12:41:47 +0200
committerKaren Arutyunov <karen@codesynthesis.com>2018-04-19 19:39:55 +0300
commit33e31295462764ff2d95c361e877a460026efbf0 (patch)
tree92d68b3271347399df8b300e03352f939d70c98e /bpkg/pkg-build.hxx
parentf02e85435d2b2bebc1fad6ef4b65227011fdcc0a (diff)
Add support for package-specific options in pkg-build
Diffstat (limited to 'bpkg/pkg-build.hxx')
-rw-r--r--bpkg/pkg-build.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/bpkg/pkg-build.hxx b/bpkg/pkg-build.hxx
index 429e613..7ba0d68 100644
--- a/bpkg/pkg-build.hxx
+++ b/bpkg/pkg-build.hxx
@@ -13,7 +13,7 @@
namespace bpkg
{
int
- pkg_build (const pkg_build_options&, cli::scanner& args);
+ pkg_build (const pkg_build_options&, cli::group_scanner& args);
}
#endif // BPKG_PKG_BUILD_HXX