Skip to content

Commit 404848f

Browse files
Restore crossbuild task desc and remove internal task desc
1 parent e5811d5 commit 404848f

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

lib/ruby_wasm/build_system/product/baseruby.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ def name
2626
def define_task
2727
directory product_build_dir
2828

29-
desc "build baseruby #{@channel}"
3029
@install_task =
3130
task name => [
3231
source.src_dir,

lib/ruby_wasm/rake_task.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ def initialize(
7373

7474
@crossruby.define_task
7575

76+
desc "Cross-build Ruby for #{@target}"
7677
task name do
7778
next if @crossruby.built?
7879
@crossruby.build

0 commit comments

Comments
 (0)