From 6cc2e195700e6ce02c04160c0c93af6d325d89d7 Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Sun, 8 Dec 2024 11:49:43 +0100 Subject: Call execute with full settings. --- 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 cc34f56..6573784 100644 --- a/src/tasks.h +++ b/src/tasks.h @@ -36,4 +36,5 @@ std::vector> getTasks(const ctor::settings& settings, //! link target and all its objects files (if any). std::vector> taskFactory(const ctor::build_configuration& config, const ctor::settings& settings, - const std::string& sourceDir); + const std::string& sourceDir, + bool is_self); -- cgit v1.2.3