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 libgit2-sys rerun-if-changed on Windows #916

Merged
merged 1 commit into from
Jan 23, 2023
Merged

Conversation

ehuss
Copy link
Contributor

@ehuss ehuss commented Jan 21, 2023

This fixes it so that the libgit2-sys build script will re-run if any of the libgit2 source files changes. There was an early exit return that was preventing the code from running on Windows.

This also removes the built-in recursion support. Cargo was updated in Rust 1.50 to have this support built-in.

@ehuss ehuss merged commit 49ff3eb into rust-lang:master Jan 23, 2023
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