diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2023-01-11 18:02:52 +0100 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2023-01-11 18:02:52 +0100 |
commit | 35e368cee986bcf91a472170f97e79f76065366d (patch) | |
tree | c39ab8beb632ec02b74c8f6908c23985216946f4 /src/rebuild.cc | |
parent | 10dc0902c22ae931fe51c36ea8fc6d2453819477 (diff) |
Rename OutputSystem::Xyz to output_system::xyz
Diffstat (limited to 'src/rebuild.cc')
-rw-r--r-- | src/rebuild.cc | 2 |
1 files changed, 1 insertions, 1 deletions
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); |