Commit 474668c
committed
fixup! mingw: allow
When building Git via CMake on Windows, the dynamic libraries (`.dll`
files) on which Git's executables depend are copied into the build
directory, because the `.exe` files would not even load otherwise.
The "'MSYSTEM/PATH is adjusted if necessary'" test case of
`t0060-path-utils.sh` wants to copy said `.exe` files, though, and
expects them to run. Therefore, we need to copy the `.dll` files, too,
if there are any.
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>git.exe to be used instead of the "Git wrapper"1 parent 6e26de9 commit 474668c
1 file changed
Lines changed: 8 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
566 | 566 | | |
567 | 567 | | |
568 | 568 | | |
| 569 | + | |
| 570 | + | |
| 571 | + | |
| 572 | + | |
| 573 | + | |
| 574 | + | |
| 575 | + | |
| 576 | + | |
569 | 577 | | |
570 | 578 | | |
571 | 579 | | |
| |||
0 commit comments