oneclick / rubyinstaller2

MSYS2 based RubyInstaller for Windows
https://rubyinstaller.org
BSD 3-Clause "New" or "Revised" License
644 stars 248 forks source link

Move bundled OpenSSL related files to bin/lib subdirectory. #379

Closed larskanis closed 2 months ago

larskanis commented 2 months ago

This is necessary because libcrypt.dll and libssl.dll are located in bin/ruby_builtin_dlls and they search other dlls in ../lib

Fixes #365