Commit de1dd03
committed
conf-libcurl: Add mingw-w64-shims as a dependency
Installing `conf-libcurl` can trigger a rebuild of `mingw-w64-shims``,
which adjusts the `PATH` to include the `curl-config` script required
during the build. However, since `mingw-w64-shims` is not listed as a
direct dependency, it may be installed too late, leading to build
failures when `curl-config` is not found in the PATH.
This commit fixes the issue by declaring `mingw-w64-shims` as a direct
build dependency of `conf-libcurl`.1 parent 27f5ac6 commit de1dd03
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| 27 | + | |
27 | 28 | | |
28 | 29 | | |
29 | 30 | | |
| |||
0 commit comments