From: Tomi Ollila Date: Tue, 25 Jun 2013 14:36:56 +0000 (+0300) Subject: Python bindings: CDLL("libnotmuch.3.dylib") on Darwin X-Git-Tag: 0.16_rc1~17 X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=commitdiff_plain;h=acb079e35726cc421b6a314ab4f26d5eb92feaf1;hp=acb079e35726cc421b6a314ab4f26d5eb92feaf1 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. ---