IAPark / tiktoken_ruby

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

Enhance extconf.rb for Cross-Platform Compatibility #19

Closed basicfeatures closed 6 months ago

basicfeatures commented 9 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 6 months ago

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