Skip to content

Commit c3a4d1f

Browse files
remove redundant name option in Rakefile side
1 parent 263e2b7 commit c3a4d1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ namespace :build do
5656
end
5757
options = params
5858
.merge(BUILD_PROFILES[params[:profile]])
59-
.merge(name: name, src: source, toolchain: toolchain)
59+
.merge(src: source, toolchain: toolchain)
6060
options.delete :profile
6161
options.delete :user_exts
6262
RubyWasm::BuildTask.new(name, **options) do |t|

0 commit comments

Comments
 (0)