Skip to content

Commit 9c71a46

Browse files
Skip build after build:download_prebuilt
1 parent 1218ab0 commit 9c71a46

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/ruby_wasm/rake_task.rb

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

6969
desc "Cross-build Ruby for #{@target}"
7070
task name do
71+
next if File.exist? @crossruby.artifact
7172
@crossruby.build
7273
end
7374
namespace name do

0 commit comments

Comments
 (0)