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 344e8fd commit c90f709Copy full SHA for c90f709
mapserverapi/glib2_wrapper.py
@@ -8,7 +8,7 @@ class Glib2Wrapper(object):
8
@staticmethod
9
def __make_instance():
10
if Glib2Wrapper.__lib is None:
11
- Glib2Wrapper.__lib = cdll.LoadLibrary("libglib-2.0.so")
+ Glib2Wrapper.__lib = cdll.LoadLibrary("libglib-2.0.so.0")
12
Glib2Wrapper.__lib.g_free.restype = None
13
Glib2Wrapper.__lib.g_free.argtypes = [c_void_p]
14
0 commit comments