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.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/task_so.cc b/src/task_so.cc
index 54f9c05..ba96388 100644
--- a/src/task_so.cc
+++ b/src/task_so.cc
@@ -24,6 +24,8 @@ TaskSO::TaskSO(const ctor::build_configuration& config,
std::filesystem::path base = sourceDir;
target_type = ctor::target_type::dynamic_library;
+ output_system = config.system;
+
_targetFile = base / target;
auto toolchain = getToolChain(config.system);
_targetFile = extension(toolchain, target_type, config.system, _targetFile);