Skip to content

Commit c44fa2e

Browse files
committed
Update ruby-shadow-rbconfig.patch for new version
1 parent 2e051ca commit c44fa2e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

resources/patches/ruby_32/ruby-shadow-rbconfig.patch

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ index ac54233..55dcff5 100644
1616
$CFLAGS = case RUBY_VERSION
1717
when /^1\.9/; '-DRUBY19'
1818
when /^2\./; '-DRUBY19'
19+
- when /^3\./; '-DRUBY19'
1920
+ when /^3\./; RUBY_PLATFORM =~ /darwin/ ? '-DRUBY19 -fms-extensions' : '-DRUBY19'
2021
else; ''
2122
end

0 commit comments

Comments
 (0)