Skip to content

Commit bbb016d

Browse files
Fix missing target field for params
1 parent 2187643 commit bbb016d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/ruby_wasm/rake_task.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ def initialize(
4949
@baseruby = RubyWasm::BaseRubyProduct.new(@build_dir, @source)
5050
@openssl = RubyWasm::OpenSSLProduct.new(@build_dir, @target, @toolchain)
5151

52-
build_params = RubyWasm::BuildParams.new(options.merge(name: name))
52+
build_params = RubyWasm::BuildParams.new(options.merge(name: name, target: target))
5353

5454
@crossruby =
5555
RubyWasm::CrossRubyProduct.new(

0 commit comments

Comments
 (0)