aboutsummaryrefslogtreecommitdiff
path: root/libbbot/build-config.hxx
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2018-11-20 15:38:30 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2018-11-27 23:12:33 +0300
commit48d1a2bd4d8e3cc2407cc7b696810a0f4910814a (patch)
tree3a5cef2316a786355b0a8828da9dcae5fb1e05b3 /libbbot/build-config.hxx
parent05912fbf27846af1f4ca1b824cc39815179d430e (diff)
Add support for configuration classes in buildtab
Diffstat (limited to 'libbbot/build-config.hxx')
-rw-r--r--libbbot/build-config.hxx7
1 files changed, 4 insertions, 3 deletions
diff --git a/libbbot/build-config.hxx b/libbbot/build-config.hxx
index 7ff5eba..3f1c0cc 100644
--- a/libbbot/build-config.hxx
+++ b/libbbot/build-config.hxx
@@ -23,10 +23,11 @@ namespace bbot
//
struct build_config
{
- std::string machine_pattern; // Machine name pattern.
- std::string name; // Configuration name.
+ std::string machine_pattern; // Machine name pattern.
+ std::string name; // Configuration name.
butl::target_triplet target;
- std::vector<std::string> vars; // Note: quoting is preserved.
+ std::vector<std::string> classes;
+ std::vector<std::string> vars; // Note: quoting is preserved.
// Warning-detecting regular expressions. Note that quoting is preserved.
//