We are using official packages from mono-project's Centos 7 repo and getting errors due to a lack of libMonoSupportW.so.
Mono build system builds libMonoSupportW.so only for non-Windows host:
support/Makefile.am#L4
But in the spec file it is being removed with comment "remove Windows-only stuff":
mono-core.spec#L187
I'm confused.