]> git.notmuchmail.org Git - notmuch/commitdiff
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)
Use os.uname() to check for 'Darwin' and load "libnotmuch.3.dylib"
instead of "libnotmuch.so.3" if that is the case.


No differences found