This commit is contained in:
Krzosa Karol
2024-01-08 07:16:03 +01:00
parent be55dae0d0
commit 9e2e53ab35
2 changed files with 3 additions and 2 deletions

View File

@@ -357,5 +357,6 @@ int main(int argc, char **argv) {
SRC_InitCache(Perm, S8_Lit("build_file.cache"));
int result = Main();
if (result == 0) SRC_SaveCache();
return result;
}
#endif