aboutsummaryrefslogtreecommitdiff
path: root/bbot/build-config
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2017-04-20 22:01:57 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2017-04-20 22:01:57 +0300
commit773fbb10eb59c4e855eccf9966a6ef3a68e3e0c3 (patch)
tree55178311afbf48536088fa4a83b3bf45d8ebcf0c /bbot/build-config
parent4b9c521172a2c30a84f76fcedcec37247878a24f (diff)
Get rid of variable struct
Diffstat (limited to 'bbot/build-config')
-rw-r--r--bbot/build-config4
1 files changed, 1 insertions, 3 deletions
diff --git a/bbot/build-config b/bbot/build-config
index 0a3ecb3..0f92eb8 100644
--- a/bbot/build-config
+++ b/bbot/build-config
@@ -16,8 +16,6 @@
#include <bbot/export>
-#include <bbot/variable>
-
namespace bbot
{
// Build configuration matching specific machine names. Used by bbot
@@ -30,7 +28,7 @@ namespace bbot
butl::optional<butl::target_triplet> target;
- variables vars;
+ std::vector<std::string> vars;
};
using build_configs = std::vector<build_config>;