diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2019-10-29 19:08:27 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2019-10-31 19:21:44 +0300 |
commit | 7a782b0494b3566f8fb441a64e16efa3965b7b2b (patch) | |
tree | dd2f35bfd7cac0b41836ec1e88b04a3d4e655423 | |
parent | 8e257991d80277950915a77857ea7e724001b195 (diff) |
Add support for environment task manifest value
-rw-r--r-- | mod/mod-build-task.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mod/mod-build-task.cxx b/mod/mod-build-task.cxx index 81e9a6a..9f97098 100644 --- a/mod/mod-build-task.cxx +++ b/mod/mod-build-task.cxx @@ -223,6 +223,7 @@ handle (request& rq, response& rs) move (fp), cm.machine->name, cm.config->target, + cm.config->environment, cm.config->args, cm.config->warning_regexes); |