mirror of https://gitlab.com/nakst/essence
save config in get-toolchain
This commit is contained in:
parent
aa8c7e7b09
commit
21b1871fa7
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue