From 7bf162fcd98920644e4f61ac0181037eb62c807e Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Sun, 24 Oct 2021 18:45:17 +0200 Subject: Fix compilation of named targets and print notification when re-compiling config. --- src/task_so.cc | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/task_so.cc') diff --git a/src/task_so.cc b/src/task_so.cc index f3e1937..96fa1a3 100644 --- a/src/task_so.cc +++ b/src/task_so.cc @@ -175,6 +175,11 @@ std::string TaskSO::target() const return targetFile.string(); } +bool TaskSO::derived() const +{ + return false; +} + std::string TaskSO::flagsString() const { std::string flagsStr = compiler(); -- cgit v1.2.3