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 8c6dbd4..98057ea 100644
--- a/src/task_so.cc
+++ b/src/task_so.cc
@@ -106,7 +106,8 @@ int TaskSO::runInner()
}
auto tool = compiler();
- return execute(tool, args, settings.verbose > 0);
+ const auto& cfg = configuration();
+ return execute(tool, args, cfg.env, settings.verbose > 0);
}
int TaskSO::clean()