Commit 5ce9259
Keep the original PATH in the EnvUtil.find_executable test
Replacing PATH with only the build directory breaks the spawned
ruby.exe on MSYS2 UCRT64, where the Windows DLL loader needs PATH to
resolve libgmp-10.dll linked into the ruby DLL. Prepend the directory
instead so the build ruby is still found first.
ruby/ruby@9272524
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>1 parent e04f0f5 commit 5ce9259
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
0 commit comments