kojix2 / LibUI

A portable GUI library for Ruby
MIT License
203 stars 10 forks source link

Version 0.0.13.pre x86-mingw32 does not work #76

Open kojix2 opened 9 months ago

kojix2 commented 9 months ago

In the 32-bit version of RubyInstaller, that is x86-mingw32, LibUI cannot find the shared libraries.

https://github.com/kojix2/LibUI/blob/b5b6bfb1a7363342f5b373415f583c49b7680b07/lib/libui.rb#L12-L15

RbConfig::CONFIG['host_cpu'] will be i386. Not x86

kojix2 commented 9 months ago

0.1.3.pre - November 12, 2023 x86-mingw32 (120KB) Yanked

rubyFeedback commented 9 months ago

Are many folks using 32 bit still?

kojix2 commented 9 months ago

Not many people use the 32-bit version, so dropping its support won't be a major issue. However, I will add support for x86-mingw32 in libui-ng in the next version, as it's easy to do.