diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2021-06-21 21:39:46 +0200 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2021-06-21 21:39:46 +0200 |
commit | b25810b9668abe8f7cc7db24326a98c1b017966e (patch) | |
tree | 40cda88ffbf8dccfc2d2335783f608966874c58e /task_cc.h | |
parent | c53e622b648635539e4870fd0c9159c5d8c3be4a (diff) |
Distinguish between host and target builds.
Diffstat (limited to 'task_cc.h')
-rw-r--r-- | task_cc.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -33,7 +33,6 @@ public: private: std::vector<std::string> flags() const; std::string flagsString() const; - std::string compiler() const; std::vector<std::string> getCompilerArgs() const; std::filesystem::path sourceFile; |