Skip to content

Fix JRuby Java extension build on Windows #825

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

Merged
merged 2 commits into from
Jul 10, 2025

Conversation

samyron
Copy link
Contributor

@samyron samyron commented Jul 10, 2025

Fix: #522

When trying to test #824 on Windows, I ran into #522. The root cause seems to be the path separator is hard-coded to : instead of ; on Windows.

This PR uses File::PATH_SEPARATOR as the path separator.

@byroot byroot merged commit 9b6ac43 into ruby:master Jul 10, 2025
35 checks passed
@headius
Copy link
Contributor

headius commented Jul 10, 2025

Thank you! That bug slipped off my radar.

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.

JRuby extension fails to build on Windows
4 participants