IAPark / tiktoken_ruby

Unofficial ruby binding for tiktoken by way of rust
MIT License
125 stars 26 forks source link

Enhance extconf.rb for Cross-Platform Compatibility #19

Closed basicfeatures closed 8 months ago

basicfeatures commented 12 months ago

Update the extconf.rb file to automatically detect and set appropriate compiler flags for OpenBSD/FreeBSD, Linux, and macOS environments. This enhancement ensures that the tiktoken_ruby gem can be built reliably across different operating systems by customizing the build process according to the detected OS.

IAPark commented 8 months ago

@basicfeatures if you're still interested in merging this let me know and I'll reopen