]> git.notmuchmail.org Git - notmuch/commit
Python bindings: CDLL("libnotmuch.3.dylib") on Darwin
authorTomi Ollila <tomi.ollila@iki.fi>
Tue, 25 Jun 2013 14:36:56 +0000 (17:36 +0300)
committerJustus Winter <4winter@informatik.uni-hamburg.de>
Tue, 9 Jul 2013 06:38:42 +0000 (08:38 +0200)
commitacb079e35726cc421b6a314ab4f26d5eb92feaf1
treeebca5b13d4a5f2f94c520e9b916a378fb8d0d757
parentb60fb3309cca82dd2789f45ad9cccaacdc291089
Python bindings: CDLL("libnotmuch.3.dylib") on Darwin

Use os.uname() to check for 'Darwin' and load "libnotmuch.3.dylib"
instead of "libnotmuch.so.3" if that is the case.
bindings/python/notmuch/globals.py