Skip to content

Commit 69b48ba

Browse files
ensure we use the latest config familiy
1 parent a7ec52f commit 69b48ba

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/ruby_wasm/build_system/product/ruby_source.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ def define_task
3838
fetch
3939
end
4040
file configure_file => [src_dir] do
41+
sh "ruby tool/downloader.rb -d tool -e gnu config.guess config.sub", chdir: src_dir
4142
sh "./autogen.sh", chdir: src_dir
4243
end
4344
end

0 commit comments

Comments
 (0)