Commit 09847e0
committed
git-sdk.sh: really accommodate for the recent
The MSYS2 project switched its triplet from `x86_64-pc-msys` to
`x86_64-pc-cygwin`. We need to accommodate for that.
In 804d581 (git-sdk.sh: accommodate for the recent `pc-msys` ->
`pc-cygwin` change, 2025-06-22), I already tried to accommodate for
that, but failed to realize that the `chost` triplet is used at two
separate levels of the build directory's absolute path, not only one.
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>pc-msys -> pc-cygwin change1 parent f31d591 commit 09847e0
2 files changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
85 | | - | |
| 85 | + | |
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
360 | 360 | | |
361 | 361 | | |
362 | 362 | | |
363 | | - | |
| 363 | + | |
364 | 364 | | |
365 | 365 | | |
366 | 366 | | |
| |||
371 | 371 | | |
372 | 372 | | |
373 | 373 | | |
374 | | - | |
| 374 | + | |
375 | 375 | | |
376 | | - | |
| 376 | + | |
377 | 377 | | |
378 | 378 | | |
379 | 379 | | |
| |||
0 commit comments