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 2c0bd6f commit 301500aCopy full SHA for 301500a
clr_loader/ffi/__init__.py
@@ -42,7 +42,7 @@ def load_mono(path=None, gc=None):
42
if path is None:
43
raise RuntimeError("Could not find libmono")
44
45
- return ffi.dlopen(path)
+ return ffi.dlopen(path, ffi.RTLD_GLOBAL)
46
47
48
def load_netfx():
0 commit comments