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

Revert breaking change #5

Merged
merged 1 commit into from
Oct 17, 2024
Merged

Revert breaking change #5

merged 1 commit into from
Oct 17, 2024

Conversation

maxded
Copy link

@maxded maxded commented Oct 17, 2024

Reverts a line from #3 that resulted in xbuild no longer working for some users. (see https://github.com/Traverse-Research/evolve/issues/568).

@maxded maxded changed the base branch from master to for-traverse October 17, 2024 12:04
@@ -465,7 +465,7 @@ impl CargoBuild {
}

pub fn set_sysroot(&mut self, path: &Path) {
let arg = format!("--sysroot=\"{}\"", path.display());
Copy link
Author

Choose a reason for hiding this comment

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

I'm not entirely sure why adding quotations here breaks it for me on Windows. I printed out the provided path which returned the following:`

C:\Users\mdans\AppData\Local\x\Android.ndk

This seems correct to me 👀

@maxded maxded merged commit c2c13f9 into for-traverse Oct 17, 2024
@tosti007 tosti007 deleted the revert-breaking-change branch October 22, 2024 13:44
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.

1 participant