We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ed8e19 commit c6edc92Copy full SHA for c6edc92
1 file changed
lib/ruby_wasm/build/product/crossruby.rb
@@ -340,6 +340,8 @@ def configure_args(build_triple, toolchain)
340
args << %Q(--with-zlib-dir=#{@zlib.install_root})
341
args << %Q(--with-openssl-dir=#{@openssl.install_root}) if @openssl
342
args << %Q(--with-baseruby=#{baseruby_path})
343
+ # Use the host-built dump_ast so cross builds don't try to execute the
344
+ # target-side wasm dump_ast while generating .rbinc files.
345
args << %Q(--with-dump-ast=#{dump_ast_path})
346
347
case target
0 commit comments