From 92cc25c10bcba1f14cbf28bd0298311b8e81a2ea Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Sat, 6 Nov 2021 11:03:12 +0100 Subject: Fix rebuilding after adding or removing of ctor.cc files to the build configuration using -a/-r commandline args.. --- src/rebuild.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/rebuild.cc') diff --git a/src/rebuild.cc b/src/rebuild.cc index af2bd8a..a03f5e3 100644 --- a/src/rebuild.cc +++ b/src/rebuild.cc @@ -114,7 +114,7 @@ bool contains(const std::vector& sources, const std::string& file) } void recompileCheck(const Settings& global_settings, int argc, char* argv[], - bool force, bool relaunch_allowed) + bool relaunch_allowed) { using namespace std::string_literals; -- cgit v1.2.3