summaryrefslogtreecommitdiff
path: root/src/libctor.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/libctor.cc')
-rw-r--r--src/libctor.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libctor.cc b/src/libctor.cc
index c752192..1fe1298 100644
--- a/src/libctor.cc
+++ b/src/libctor.cc
@@ -200,7 +200,7 @@ Options:
no_default_build = true;
for(const auto& add_file : add_files)
{
- reg(add_file.data(), [](){ return std::vector<BuildConfiguration>{};});
+ reg(add_file.data());
}
for(const auto& remove_file : remove_files)