gentoo / dotnet

[MIRROR] Newer mono, .NET languages, and libraries
https://gitweb.gentoo.org/repo/proj/dotnet.git
79 stars 57 forks source link

Remove -gacdir parameter & force /usr/lib for every platform as mono GAC dir #502

Closed cyborgyn closed 3 years ago

cyborgyn commented 3 years ago

https://github.com/gentoo/dotnet/issues/500 Mono uses ${prefix}/usr/lib as GAC root, regardless of the bitnes of architecture. Also, according to MAN page of gacutil the -gacdir parameter is deprecated, and is there only for compatibility purposes. Also, in this case it was confusing, and redundant with -root parameter together.