From 21b1871fa74c357b01e0542f30a1cfb6899bc362 Mon Sep 17 00:00:00 2001 From: nakst <> Date: Sat, 22 Jan 2022 13:07:26 +0000 Subject: [PATCH] save config in get-toolchain --- util/build.c | 1 + 1 file changed, 1 insertion(+) 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);