Actions
Bug #19143
closedWindows - bundled extension gems compile, but don't copy *.so files to lib folder
Bug #19143:
Windows - bundled extension gems compile, but don't copy *.so files to lib folder
Description
Just finished updating ruby-loco's mswin build to use a system similar to the ucrt & mingw builds.
Confirmed something I noticed previously, and also occurs with the RubyInstaller2 head build.
On Windows, bundled extension gems (debug, rbs) compile their extension in the ext folder, but do not copy them to the lib folder. So, the *.so file is created, but not copied.
I think this was working correctly on Ruby 3.1?
Actions