diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2021-08-27 21:43:42 +0200 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2021-08-27 21:43:42 +0200 |
commit | ba5fbfe36fd9934398e8030253c4d0b87c81fd03 (patch) | |
tree | 6e020cbde8acc900ed041127e8373e8af2e33e29 /rebuild.h | |
parent | 9955c843e4795cdb6145e803caa6db7387796694 (diff) |
Make re-builds work even if binary name is not cppbuild. Block re-launch non-build args are given, such as -a or -d.
Diffstat (limited to 'rebuild.h')
-rw-r--r-- | rebuild.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -21,4 +21,4 @@ extern std::size_t numConfigFiles; int unreg(const char* location); void recompileCheck(const Settings& settings, int argc, char* argv[], - bool force = false); + bool force = false, bool relaunch_allowed = true); |