summaryrefslogtreecommitdiff
path: root/ctor.cc
diff options
context:
space:
mode:
Diffstat (limited to 'ctor.cc')
-rw-r--r--ctor.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/ctor.cc b/ctor.cc
index 6fe4084..04e4cad 100644
--- a/ctor.cc
+++ b/ctor.cc
@@ -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",