summaryrefslogtreecommitdiff
path: root/task_cc.h
diff options
context:
space:
mode:
authorBent Bisballe Nyeng <deva@aasimon.org>2021-06-19 14:10:36 +0200
committerBent Bisballe Nyeng <deva@aasimon.org>2021-06-19 14:10:36 +0200
commit154ce9b1ce22532a68f95f2291fa12fd90c49fde (patch)
tree602a5d927c79fbdfa0972136eb00d9570f0df480 /task_cc.h
parent330336c28507e0ee3a77d20e03dbc994618c213c (diff)
Make sources relative to the build-file (include paths are still relative to project rootdir). Add -b to control build-dir.
Diffstat (limited to 'task_cc.h')
-rw-r--r--task_cc.h2
1 files changed, 1 insertions, 1 deletions
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;