From 35e368cee986bcf91a472170f97e79f76065366d Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Wed, 11 Jan 2023 18:02:52 +0100 Subject: Rename OutputSystem::Xyz to output_system::xyz --- src/task_ar.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/task_ar.cc') diff --git a/src/task_ar.cc b/src/task_ar.cc index 528e71a..d9548cd 100644 --- a/src/task_ar.cc +++ b/src/task_ar.cc @@ -100,10 +100,10 @@ int TaskAR::runInner() std::string tool; switch(outputSystem()) { - case OutputSystem::Host: + case ctor::output_system::host: tool = getConfiguration(cfg::host_ar, "/usr/bin/ar"); break; - case OutputSystem::Build: + case ctor::output_system::build: tool = getConfiguration(cfg::build_ar, "/usr/bin/ar"); break; } -- cgit v1.2.3