Releases: johnfairh/CRuby
Releases · johnfairh/CRuby
v2.1.0
Add Xcode config-file generation - now generates CRuby.xcconfig
.
Remove -fdeclspec
references -- fixed in modern clang
.
v2.0.0
Modernize, prep for Ruby 3.
Breaking
Bug Fixes
- Fix
--mode xcode
option on macOS 11.
v1.0.1
Deal with Ruby 2.6.X pkgconfig files with an empty LIBS
line.
Seeing problems on macOS linking against the static version of Ruby 2.6 and higher -- workaround is to use the shared library instead.