Skip to content

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

Description

@kojix2

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

lib_name = [
"libui.#{RbConfig::CONFIG['host_cpu']}.#{RbConfig::CONFIG['SOEXT']}",
"libui.#{RbConfig::CONFIG['SOEXT']}"
]

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions