8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13f8b53 commit c0b52faCopy full SHA for c0b52fa
src/runtime/runtime.cs
@@ -22,7 +22,7 @@ public static IntPtr LoadLibrary(string fileName)
22
}
23
#elif MONO_OSX
24
private static int RTLD_GLOBAL = 0x8;
25
- private const string NativeDll = "/usr/lib/libSystem.dylib"
+ private const string NativeDll = "/usr/lib/libSystem.dylib";
26
private static IntPtr RTLD_DEFAULT = new IntPtr(-2);
27
28
public static IntPtr LoadLibrary(string fileName)
0 commit comments