3 references to Dylib
MonoAOTCompiler (3)
MonoAOTCompiler.cs (3)
395case "Dylib": parsedLibraryFormat = MonoAotLibraryFormat.Dylib; break; 399throw new LogAsErrorException($"'{nameof(LibraryFormat)}' must be one of: '{nameof(MonoAotLibraryFormat.Dll)}', '{nameof(MonoAotLibraryFormat.Dylib)}', '{nameof(MonoAotLibraryFormat.So)}'. Received: '{LibraryFormat}'."); 840MonoAotLibraryFormat.Dylib => ".dylib",