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 2187643 commit bbb016dCopy full SHA for bbb016d
lib/ruby_wasm/rake_task.rb
@@ -49,7 +49,7 @@ def initialize(
49
@baseruby = RubyWasm::BaseRubyProduct.new(@build_dir, @source)
50
@openssl = RubyWasm::OpenSSLProduct.new(@build_dir, @target, @toolchain)
51
52
- build_params = RubyWasm::BuildParams.new(options.merge(name: name))
+ build_params = RubyWasm::BuildParams.new(options.merge(name: name, target: target))
53
54
@crossruby =
55
RubyWasm::CrossRubyProduct.new(
0 commit comments