summaryrefslogtreecommitdiff
path: root/src/task_so.h
diff options
context:
space:
mode:
authorBent Bisballe Nyeng <deva@aasimon.org>2026-01-27 19:42:57 +0100
committerBent Bisballe Nyeng <deva@aasimon.org>2026-01-27 19:42:57 +0100
commit7b493a531decb401ab9b141dd2d7aa7d1338fbdf (patch)
tree9343c843b5a4c2e8234f7a7e085ffc07ceb1ebad /src/task_so.h
parent282f90f717d93267b2bc64d8bfa4e3e2b7c21711 (diff)
Clean up target_type usage a bit and add new ctor::target_type::module type.modules
Diffstat (limited to 'src/task_so.h')
-rw-r--r--src/task_so.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/task_so.h b/src/task_so.h
index 3fc2e2f..c4283c1 100644
--- a/src/task_so.h
+++ b/src/task_so.h
@@ -14,7 +14,8 @@ class TaskSO
: public Task
{
public:
- TaskSO(const ctor::build_configuration& config,
+ TaskSO(ctor::target_type resolved_target_type,
+ const ctor::build_configuration& config,
const ctor::settings& settings,
const std::string& target,
const std::vector<std::string>& objects,