From bf4822a17eed8bdaf9d337caf806c63c82b06a89 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Tue, 18 Jul 2017 13:36:04 +0300 Subject: Make buildtab target to be non-optional --- libbbot/manifest.hxx | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) (limited to 'libbbot/manifest.hxx') diff --git a/libbbot/manifest.hxx b/libbbot/manifest.hxx index 36f2f5b..cd0ddfe 100644 --- a/libbbot/manifest.hxx +++ b/libbbot/manifest.hxx @@ -117,13 +117,9 @@ namespace bbot // strings trust; - // Build machine to use for building the package. - // - std::string machine; + std::string machine; // Build machine to use for building the package. - // Default for the machine if absent. - // - butl::optional target; + butl::target_triplet target; // Build system configuration variables (in addition to build environment // configuration variables). @@ -148,7 +144,7 @@ namespace bbot bpkg::repository_location rl, strings tr, std::string mn, - butl::optional tg, + butl::target_triplet tg, strings cf, strings wr) : name (std::move (nm)), -- cgit v1.1