Closed mgmarlow closed 1 year ago
Yeah... I think this is the default behavior of rake-compiler
. I think it would be worthwhile to address this in rubygems, so we just generate this code by default. Would you be interested in helping with that?
Sure, I can take a look at that
Description
Hello! I'm unsure what the intended behavior is for this issue, but I thought I'd raise it because it caused me a bit of confusion.
When I use the default generated Rakefile:
And I try to build a native gem (e.g. one that includes the compiled dependency), I run into this error:
I can fix the problem by manually passing
GEMSPEC
as the second argument toRbSys::ExtensionTask
:Versions