You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
In the 32-bit version of RubyInstaller, that is x86-mingw32, LibUI cannot find the shared libraries.
LibUI/lib/libui.rb
Lines 12 to 15 in b5b6bfb
RbConfig::CONFIG['host_cpu']
will bei386
. Notx86
The text was updated successfully, but these errors were encountered: