From 5529b296834965afd9736b941aa2c094ff2f4648 Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Thu, 2 Sep 2021 20:22:58 +0200 Subject: Rename project to ctor. --- src/rebuild.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/rebuild.cc') diff --git a/src/rebuild.cc b/src/rebuild.cc index 43c4c98..5559349 100644 --- a/src/rebuild.cc +++ b/src/rebuild.cc @@ -7,7 +7,7 @@ #include "execute.h" #include "configure.h" #include "settings.h" -#include "libcppbuild.h" +#include "libctor.h" std::array configFiles; std::size_t numConfigFiles{0}; @@ -110,7 +110,7 @@ void recompileCheck(const Settings& settings, int argc, char* argv[], args.push_back(location); } } - args.push_back("libcppbuild.a"); + args.push_back("libctor.a"); args.push_back("-o"); args.push_back(binFile.string()); -- cgit v1.2.3