Open gsar opened 6 years ago
Thanks for reporting!
Seems caused by this change: https://github.com/ruby/ruby/commit/bf87195ea37d9607e21e50a1e7df63a2cdd6451f
@gsar Just pushed a new version (1.0.6) to fix building when $(AR)
is libtool -static
, can you try if it works for you?
FWIW the build worked for me on Ruby 2.4.2
looks like
$(AR)
changed tolibtool -static
which doesn't accept-r
: