Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix toolchain install on Windows. #17

Closed
wants to merge 1 commit into from

Conversation

twitchax
Copy link

Likely fix for #16.

let rustc_path = "rustc";
#[cfg(target_os = "windows")]
let rustc_path = "rustc.exe";

if !rustc_path.is_file() {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Encountered the same issue. #13 looks good to me, but I just wanted to point out that your fix is missing 'bin' in the path.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, closing this.

@twitchax twitchax closed this Jun 19, 2023
@twitchax twitchax deleted the patch-1 branch June 19, 2023 23:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants