set compiler path in setup-pre-built-toolchain

This commit is contained in:
nakst 2021-12-14 13:14:40 +00:00
parent 30ee43ecbd
commit b9e2ff0fb7
1 changed files with 3 additions and 0 deletions

View File

@ -1581,6 +1581,9 @@ void DoCommand(const char *l) {
MAKE_TOOLCHAIN_WRAPPER("ld");
MAKE_TOOLCHAIN_WRAPPER("nm");
MAKE_TOOLCHAIN_WRAPPER("strip");
foundValidCrossCompiler = true;
getcwd(compilerPath, sizeof(compilerPath) - 64);
strcat(compilerPath, "/cross/bin2");
SaveConfig();
} else if (0 == strcmp(l, "help") || 0 == strcmp(l, "h") || 0 == strcmp(l, "?")) {
printf(ColorHighlight "\n=== Common Commands ===\n" ColorNormal);