diff options
Diffstat (limited to 'ctor.cc')
-rw-r--r-- | ctor.cc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,7 +10,7 @@ ctor::BuildConfigurations ctorConfigs(const ctor::Settings& settings) return { { - .type = ctor::TargetType::StaticLibrary, + .type = ctor::target_type::static_library, .target = "libctor.a", .sources = { "src/build.cc", |