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();
|
AddCompilerToPath();
|
||||||
#else
|
#else
|
||||||
BuildCrossCompiler();
|
BuildCrossCompiler();
|
||||||
|
SaveConfig();
|
||||||
#endif
|
#endif
|
||||||
} else if (0 == strcmp(l, "help") || 0 == strcmp(l, "h") || 0 == strcmp(l, "?")) {
|
} else if (0 == strcmp(l, "help") || 0 == strcmp(l, "h") || 0 == strcmp(l, "?")) {
|
||||||
printf(ColorHighlight "\n=== Common Commands ===\n" ColorNormal);
|
printf(ColorHighlight "\n=== Common Commands ===\n" ColorNormal);
|
||||||
|
|
Loading…
Reference in New Issue