Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortherzok <marius.ungureanu@xamarin.com>2018-01-23 17:48:38 +0300
committertherzok <marius.ungureanu@xamarin.com>2018-02-08 13:44:27 +0300
commit5559c98459fb43d28115b16863032618fd6ad2fe (patch)
tree91c395a795e911154dd73b407a40ca6bab8994eb /main/src/addins/MacPlatform/MacPlatform.cs
parent4daa08a2f8305b11dc944b512658aea0a59b5a34 (diff)
[Launcher] Statically link in libxammac-system.a
This avoids shipping libxammac.dylib and uses a xammac static lib which works with a system wide mono. Thus, most of monostub code is now obsolete. To clean up later once other users of monostub don't use this file anymore
Diffstat (limited to 'main/src/addins/MacPlatform/MacPlatform.cs')
-rw-r--r--main/src/addins/MacPlatform/MacPlatform.cs3
1 files changed, 0 insertions, 3 deletions
diff --git a/main/src/addins/MacPlatform/MacPlatform.cs b/main/src/addins/MacPlatform/MacPlatform.cs
index 6d521ef2c3..bd49bc9743 100644
--- a/main/src/addins/MacPlatform/MacPlatform.cs
+++ b/main/src/addins/MacPlatform/MacPlatform.cs
@@ -144,9 +144,6 @@ namespace MonoDevelop.MacIntegration
var dir = Path.GetDirectoryName (typeof(MacPlatformService).Assembly.Location);
- if (ObjCRuntime.Dlfcn.dlopen (Path.Combine (dir, "libxammac.dylib"), 0) == IntPtr.Zero)
- LoggingService.LogFatalError ("Unable to load libxammac");
-
mimemap = new Lazy<Dictionary<string, string>> (LoadMimeMapAsync);
//make sure the menu app name is correct even when running Mono 2.6 preview, or not running from the .app