From 882665a4fead26fce4649f85c842ac79aaf29f8b Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Tue, 27 Jun 2023 13:27:01 +0300 Subject: Add --sys-* options for sync and init commands --- bdep/init.hxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'bdep/init.hxx') diff --git a/bdep/init.hxx b/bdep/init.hxx index e72abb2..6f03025 100644 --- a/bdep/init.hxx +++ b/bdep/init.hxx @@ -7,6 +7,7 @@ #include #include +#include // sys_options #include #include @@ -37,6 +38,7 @@ namespace bdep const package_locations&, const strings& pkg_args, bool sync = true, + const sys_options& = sys_options (), bool create_host_config = false, bool create_build2_config = false); -- cgit v1.1