Skip to content

Commit a49e2a7

Browse files
repair build failure introduced by refactoring
1 parent 2e67533 commit a49e2a7

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Rakefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ namespace :build do
5757
options = params
5858
.merge(BUILD_PROFILES[params[:profile]])
5959
.merge(name: name, src: source, extensions: user_exts, toolchain: toolchain)
60+
options.delete :profile
6061
RubyWasm::BuildTask.new(name, **options)
6162
end
6263
end

lib/ruby_wasm/build_system/product/crossruby.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ def initialize(srcdir, toolchain, name: nil)
1010
end
1111

1212
def product_build_dir(crossruby)
13-
File.join(crossruby.ext_build_dir, lib)
13+
File.join(crossruby.ext_build_dir, @name)
1414
end
1515

1616
def linklist(crossruby)

0 commit comments

Comments
 (0)