aboutsummaryrefslogtreecommitdiff
path: root/libbbot/build-config.hxx
diff options
context:
space:
mode:
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.
//