We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 641fcaf commit b842a82Copy full SHA for b842a82
lib/ruby_wasm/build/product/crossruby.rb
@@ -80,7 +80,7 @@ def do_extconf(executor, crossruby)
80
"--target-rbconfig=#{rbconfig_rb}",
81
]
82
extconf_args << "--enable-component-model" if @features.support_component_model?
83
- executor.system Gem.ruby, *extconf_args
+ executor.system crossruby.baseruby_path, *extconf_args
84
end
85
86
def do_legacy_extconf(executor, crossruby)
0 commit comments