Skip to content

meson.recipe: Backport patch that fixes windres detection

The old code was looking for 'rc' in the full path to the windres cross-info binary path, which is obviously wrong because it will match for instance, /path/to/sources/foo/bar/*-windres since sources has rc in it.

Closes #93 (closed)

Merge request reports