diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2021-09-02 20:22:58 +0200 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2021-09-02 20:23:41 +0200 |
commit | 5529b296834965afd9736b941aa2c094ff2f4648 (patch) | |
tree | f2811d12f6967ba89610cb9eb92d237c29ec163b /src/rebuild.cc | |
parent | 77582c4c6804dade46cc7bf991f48b00e1391eff (diff) |
Rename project to ctor.
Diffstat (limited to 'src/rebuild.cc')
-rw-r--r-- | src/rebuild.cc | 4 |
1 files changed, 2 insertions, 2 deletions
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<BuildConfigurationEntry, 1024> 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()); |