save config in get-toolchain

This commit is contained in:
nakst 2022-01-22 13:07:26 +00:00
parent aa8c7e7b09
commit 21b1871fa7
1 changed files with 1 additions and 0 deletions

View File

@ -1878,6 +1878,7 @@ void DoCommand(const char *l) {
AddCompilerToPath();
#else
BuildCrossCompiler();
SaveConfig();
#endif
} else if (0 == strcmp(l, "help") || 0 == strcmp(l, "h") || 0 == strcmp(l, "?")) {
printf(ColorHighlight "\n=== Common Commands ===\n" ColorNormal);