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

Set $have_devel = true for static build #562

Merged
merged 1 commit into from
Dec 18, 2024

Conversation

mame
Copy link
Member

@mame mame commented Dec 18, 2024

Previously, mkmf failed with --disable-component-model build, because it attempted to link during have_devel check but ruby is not installed yet.

This change reverts 70068a6 partially. Setting $have_devel = true skips have_devel check.

Previously, mkmf failed with --disable-component-model build, because it
attempted to link during have_devel check but ruby is not installed yet.

This change reverts 70068a6 partially.
Setting `$have_devel = true` skips have_devel check.
@kateinoigakukun kateinoigakukun merged commit 4b115d9 into ruby:main Dec 18, 2024
29 of 30 checks passed
@mame mame deleted the add-have_devel-for-static-build branch December 19, 2024 00:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants