godot/modules/mono/build_scripts
Ignacio Roldán Etcheverry 315636e77c C#: Fallback to dotnet --info to determine .NET RID
Some Linux distros use their distro name as the RID for directory names.
If the .NET Host directory cannot be found with the generic RID,
try to get the rid from `dotnet --info`.

The generic RID should still be the first choice. Some platforms like
Windows 10 define the RID as `win10-x64` but still use the generic
`win-x64` for directory names.

Co-authored-by: Lewis James <lewiji+github@gmail.com>
2022-08-22 03:36:51 +02:00
..
__init__.py
build_assemblies.py C#: Begin move to .NET Core 2022-08-22 03:35:59 +02:00
mono_configure.py C#: Fallback to dotnet --info to determine .NET RID 2022-08-22 03:36:51 +02:00