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 compiling Ruby < 2.5 by omitting --with-ext #2316

Merged
merged 1 commit into from
Nov 24, 2023
Merged

Conversation

mislav
Copy link
Member

@mislav mislav commented Nov 24, 2023

Using --with-ext=+ only has the indended effect (compiling all extensions that would normally get compiled) on Ruby 2.5+. On older versions, it causes none of the default extensions to get compiled, resulting in a defunct installation.

Fixes #2315
Followup to #2296

Using `--with-ext=+` only has the indended effect (compiling all extensions that would normally get compiled) on Ruby 2.5+. On older versions, it causes none of the default extensions to get compiled, resulting in a defunct installation.
@mislav mislav merged commit d12f6e5 into master Nov 24, 2023
6 checks passed
@mislav mislav deleted the fix-ruby-2.4 branch November 24, 2023 21:14
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.

Ruby compilation broken for Ruby < 2.5
1 participant