summaryrefslogtreecommitdiff
path: root/src/tasks.h
diff options
context:
space:
mode:
authorBent Bisballe Nyeng <deva@aasimon.org>2022-08-21 12:38:35 +0200
committerBent Bisballe Nyeng <deva@aasimon.org>2022-08-21 12:50:45 +0200
commitc8e7d8922310108f2d46189a8f48abcb68e72534 (patch)
treed29ae8b8da4e10a88344f0412cc7bb3ea0539344 /src/tasks.h
parent33f70be85ef83b0ebeaa6755b67558ae2f5ae8e6 (diff)
WIP: Deferred linking of self
Diffstat (limited to 'src/tasks.h')
-rw-r--r--src/tasks.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/tasks.h b/src/tasks.h
index d7634b7..97b115c 100644
--- a/src/tasks.h
+++ b/src/tasks.h
@@ -40,4 +40,5 @@ std::set<std::shared_ptr<Task>> getTasks(const Settings& settings,
//! link target and all its objects files (if any).
std::set<std::shared_ptr<Task>> taskFactory(const BuildConfiguration& config,
const Settings& settings,
- const std::string& sourceDir);
+ const std::string& sourceDir,
+ bool is_self);