diff options
| author | Bent Bisballe Nyeng <deva@aasimon.org> | 2025-11-19 18:29:57 +0100 |
|---|---|---|
| committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2025-11-19 18:29:57 +0100 |
| commit | 4b72df8f8e32aad83b628fb2f1c852cb108c2aba (patch) | |
| tree | 0cae9b7d2144a148fccd34ff3885882e2adc3f76 /src/task_ld.h | |
| parent | cd6c3ea1c3ca853fc38da4fa5fd62545c31aa92d (diff) | |
Fix missing config.depends dependency checks on all task types.develop
Diffstat (limited to 'src/task_ld.h')
| -rw-r--r-- | src/task_ld.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/task_ld.h b/src/task_ld.h index c0e3ebb..85f680a 100644 --- a/src/task_ld.h +++ b/src/task_ld.h @@ -38,7 +38,6 @@ private: std::string flagsString() const; std::vector<std::filesystem::path> objectFiles; - std::vector<std::filesystem::path> depFiles; std::filesystem::path _targetFile; std::filesystem::path flagsFile; |
