diff --git a/util/build.c b/util/build.c index 742b53a..4b7c2a6 100644 --- a/util/build.c +++ b/util/build.c @@ -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);