update readme with arch dependencies

This commit is contained in:
Raphael Robatsch
2021-11-05 21:29:59 +01:00
parent a6104020cb
commit ad8c9bc20c
2 changed files with 8 additions and 2 deletions

View File

@@ -562,7 +562,7 @@ void cleanup() {
}
void die(const char* why) {
fprintf(stderr, "%s\n", why);
fprintf(stderr, "error: %s failed, aborting\n", why);
cleanup();
exit(1);
}