summaryrefslogtreecommitdiff
path: root/src/task_so.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/task_so.cc')
-rw-r--r--src/task_so.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/task_so.cc b/src/task_so.cc
index ba96388..25839c5 100644
--- a/src/task_so.cc
+++ b/src/task_so.cc
@@ -114,7 +114,8 @@ int TaskSO::runInner()
}
auto tool = compiler();
- return execute(tool, args, {}, settings.verbose > 0);
+ const auto& cfg = ctor::get_configuration();
+ return execute(settings, tool, args, cfg.env);
}
int TaskSO::clean()