From c8e7d8922310108f2d46189a8f48abcb68e72534 Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Sun, 21 Aug 2022 12:38:35 +0200 Subject: WIP: Deferred linking of self --- src/tasks.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/tasks.h') 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> getTasks(const Settings& settings, //! link target and all its objects files (if any). std::set> taskFactory(const BuildConfiguration& config, const Settings& settings, - const std::string& sourceDir); + const std::string& sourceDir, + bool is_self); -- cgit v1.2.3