Commit f55852f
committed
Add MSYS2 platform package requirement
## Issue
On MSYS2 environments, installing gems that depend on
pkgconf might fail because the pkgconf system package
cannot be automatically installed.
## Cause
The pkg-config gem was missing MSYS2 platform
configuration in its system package requirements.
Without this, the rubygems-requirements-system gem
cannot automatically install the pkgconfg system
package on MSYS2 environments.
## Solution
Add `system: pkgconf: msys2: pkgconf` to the gemspec
requirements.
This works with rubygems-requirements-system which
supports MSYS2 platform.1 parent ca9ad8a commit f55852f
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| 35 | + | |
| 36 | + | |
35 | 37 | | |
36 | 38 | | |
0 commit comments