summaryrefslogtreecommitdiff
path: root/src/task_cc.cc
diff options
context:
space:
mode:
authorBent Bisballe Nyeng <deva@aasimon.org>2023-01-11 17:47:30 +0100
committerBent Bisballe Nyeng <deva@aasimon.org>2023-01-11 17:47:30 +0100
commit75d1fa7244b9c5cddae056a281f457dd1e81cfb2 (patch)
tree7a01afcc48a52ec500e0ede5dabaa517c952c7f1 /src/task_cc.cc
parent1484d74c1dfd24cfe5b6f13f76d58ff395e4d253 (diff)
Rename TargetType::Xyz to target_type::xyz
Diffstat (limited to 'src/task_cc.cc')
-rw-r--r--src/task_cc.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/task_cc.cc b/src/task_cc.cc
index 9ec3e01..2b1e648 100644
--- a/src/task_cc.cc
+++ b/src/task_cc.cc
@@ -32,7 +32,7 @@ TaskCC::TaskCC(const BuildConfiguration& config, const Settings& settings,
base += "-";
base += sourceFile.stem();
- target_type = TargetType::Object;
+ target_type = ctor::target_type::object;
source_language = source.language;
if(source_language == Language::Auto)
{