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