Updated to use the latest libgit2 1.9.0 and GCC14.
This commit is contained in:
parent
62785d463c
commit
2d81f900be
10 changed files with 29 additions and 35 deletions
3
gui.cpp
3
gui.cpp
|
@ -13,7 +13,6 @@
|
|||
|
||||
using std::string, std::vector;
|
||||
|
||||
using namespace fmt;
|
||||
using namespace nlohmann;
|
||||
namespace fs = std::filesystem;
|
||||
|
||||
|
@ -54,7 +53,7 @@ void GUI::build_failed(bool play_sound, const string &command) {
|
|||
build_failed_sound.play();
|
||||
}
|
||||
|
||||
output(format("!!! BUILD FAILED. Your command correct? '{}'", command));
|
||||
output(fmt::format("!!! BUILD FAILED. Your command correct? '{}'", command));
|
||||
}
|
||||
|
||||
void GUI::you_died() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue