diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2024-03-14 16:11:40 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2024-03-14 16:11:40 +0300 |
commit | 3b53b72fd5691fcb9e684b902efcdd4c36a2da49 (patch) | |
tree | ac73515cbcb1cf4ea0d4824cbb21c9f91130d7d1 /mod/mod-build-task.cxx | |
parent | b29ad24f6d7b50075281eb6153cb08a5e763229c (diff) |
Minor fix in build task handler
Diffstat (limited to 'mod/mod-build-task.cxx')
-rw-r--r-- | mod/mod-build-task.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/mod-build-task.cxx b/mod/mod-build-task.cxx index 0cf59c6..e04688f 100644 --- a/mod/mod-build-task.cxx +++ b/mod/mod-build-task.cxx @@ -423,7 +423,7 @@ handle (request& rq, response& rs) {} /* auxiliary_machines */, // @@ TMP AUXILIARY cm.config->target, cm.config->environment, - "" /* auxiliary_environment */, + nullopt /* auxiliary_environment */, cm.config->args, move (pc.arguments), belongs (*cm.config, module_pkg ? "build2" : "host"), |