We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e051ca commit c44fa2eCopy full SHA for c44fa2e
1 file changed
resources/patches/ruby_32/ruby-shadow-rbconfig.patch
@@ -16,6 +16,7 @@ index ac54233..55dcff5 100644
16
$CFLAGS = case RUBY_VERSION
17
when /^1\.9/; '-DRUBY19'
18
when /^2\./; '-DRUBY19'
19
+- when /^3\./; '-DRUBY19'
20
+ when /^3\./; RUBY_PLATFORM =~ /darwin/ ? '-DRUBY19 -fms-extensions' : '-DRUBY19'
21
else; ''
22
end
0 commit comments