]> git.notmuchmail.org Git - notmuch/blobdiff - bindings/python/notmuch/globals.py
python: also use libnotmuch.so.2
[notmuch] / bindings / python / notmuch / globals.py
index 190854a1b9bc654acd9c91c3d710adefde34e987..51d2b654e736aa07860776d7fed17b9d9d113cee 100644 (file)
@@ -23,7 +23,7 @@ from ctypes.util import find_library
 #-----------------------------------------------------------------------------
 #package-global instance of the notmuch library
 try:
-    nmlib = CDLL("libnotmuch.so.1")
+    nmlib = CDLL("libnotmuch.so.2")
 except:
     raise ImportError("Could not find shared 'notmuch' library.")