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 875c642 commit f604aefCopy full SHA for f604aef
src/utils/download.mts
@@ -97,7 +97,7 @@ const CMAKE_PLATFORMS: { [key: string]: string } = {
97
const homeDirectory: string = homedir();
98
99
export function buildBasicToolchainPath(absolute: boolean): string {
100
- const relPath = joinPosix(homeDirectory, ".pico-sdk", "toolchain");
+ const relPath = joinPosix(".pico-sdk", "toolchain");
101
if (absolute) {
102
return joinPosix(homeDirectory.replaceAll("\\", "/"), relPath);
103
} else {
0 commit comments