LibUI
LibUI copied to clipboard
Version 0.0.13.pre x86-mingw32 does not work
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
0.1.3.pre - November 12, 2023 x86-mingw32 (120KB) Yanked
Are many folks using 32 bit still?
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.