Skip to content

Only use test wrapper-script if host is MinGW

Jon Turney requested to merge jturney/fontconfig:master into master

Currently it fails if the executable extension is .exe, but wine isn't available (e.g. on Cygwin)

Possibly the check to use this wrapper should be even more restrictive e.g. checking if cross-building and/or if wine is available.

Merge request reports