Commit eb3e0c5
committed
Fix mcfgthread Windows cross-build: add windres wrapper
mcfgthread 2.1.1 in nixpkgs-2511 switched from autotools to meson.
meson's import('windows').compile_resources() needs windres to compile
version.rc, but the package only creates a dlltool wrapper. The prefixed
x86_64-w64-mingw32-windres exists in the cross-bintools but meson
searches for the unprefixed name. Add a windres wrapper using the same
pattern as the existing dlltool wrapper.
Fixes all 34 remaining Windows build failures in eval 424.1 parent 9355df5 commit eb3e0c5
1 file changed
+15
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
116 | 116 | | |
117 | 117 | | |
118 | 118 | | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
119 | 134 | | |
120 | 135 | | |
121 | 136 | | |
| |||
0 commit comments