aboutsummaryrefslogtreecommitdiff
path: root/mod
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2019-10-29 19:08:27 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2019-10-31 19:21:44 +0300
commit7a782b0494b3566f8fb441a64e16efa3965b7b2b (patch)
treedd2f35bfd7cac0b41836ec1e88b04a3d4e655423 /mod
parent8e257991d80277950915a77857ea7e724001b195 (diff)
Add support for environment task manifest value
Diffstat (limited to 'mod')
-rw-r--r--mod/mod-build-task.cxx1
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);