We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ab880a commit ddbb424Copy full SHA for ddbb424
src/utils/download.mts
@@ -96,7 +96,7 @@ const CMAKE_PLATFORMS: { [key: string]: string } = {
96
const homeDirectory: string = homedir();
97
98
export function buildBasicToolchainPath(absolute: boolean): string {
99
- const relPath = joinPosix(homeDirectory, ".pico-sdk", "toolchain");
+ const relPath = joinPosix(".pico-sdk", "toolchain");
100
if (absolute) {
101
return joinPosix(homeDirectory.replaceAll("\\", "/"), relPath);
102
} else {
0 commit comments