summaryrefslogtreecommitdiff
path: root/src/tasks.h
diff options
context:
space:
mode:
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);