From 3b53b72fd5691fcb9e684b902efcdd4c36a2da49 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Thu, 14 Mar 2024 16:11:40 +0300 Subject: Minor fix in build task handler --- mod/mod-build-task.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mod/mod-build-task.cxx') 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"), -- cgit v1.1