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/rebuild.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/rebuild.cc') diff --git a/src/rebuild.cc b/src/rebuild.cc index c40a18c..f645275 100644 --- a/src/rebuild.cc +++ b/src/rebuild.cc @@ -162,7 +162,7 @@ bool recompileCheck(const Settings& global_settings, int argc, char* argv[], BuildConfiguration config; config.name = "ctor"; - config.system = OutputSystem::Build; + config.system = ctor::output_system::build; auto tool_chain = getToolChain(config.system); -- cgit v1.2.3