From 154ce9b1ce22532a68f95f2291fa12fd90c49fde Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Sat, 19 Jun 2021 14:10:36 +0200 Subject: Make sources relative to the build-file (include paths are still relative to project rootdir). Add -b to control build-dir. --- task_cc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'task_cc.h') diff --git a/task_cc.h b/task_cc.h index 63ae623..f88433f 100644 --- a/task_cc.h +++ b/task_cc.h @@ -17,7 +17,7 @@ class TaskCC public: TaskCC(const BuildConfiguration& config, const Settings& settings, - const std::string& source); + const std::string& sourceDir, const std::string& source); bool dirtyInner() override; -- cgit v1.2.3