Commit e4a524c
committed
build(crossruby): pass host dump_ast to configure
Pass the host-built dump_ast alongside --with-baseruby so cross builds do not try to execute the target-side wasm dump_ast while generating .rbinc files on current Ruby head.
Also declare dump_ast_path in RBS and document why the configure argument is needed.1 parent 1345e17 commit e4a524c
File tree
2 files changed
+8
-0
lines changed- lib/ruby_wasm/build/product
- sig/ruby_wasm
2 files changed
+8
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
322 | 322 | | |
323 | 323 | | |
324 | 324 | | |
| 325 | + | |
| 326 | + | |
| 327 | + | |
| 328 | + | |
325 | 329 | | |
326 | 330 | | |
327 | 331 | | |
| |||
336 | 340 | | |
337 | 341 | | |
338 | 342 | | |
| 343 | + | |
| 344 | + | |
| 345 | + | |
339 | 346 | | |
340 | 347 | | |
341 | 348 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
218 | 218 | | |
219 | 219 | | |
220 | 220 | | |
| 221 | + | |
221 | 222 | | |
222 | 223 | | |
223 | 224 | | |
| |||
0 commit comments