You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 8, 2024. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
The text was updated successfully, but these errors were encountered: