Build monotonic agains -lrt on linux so that it works even on systems that have outdated versions of glibc

This commit is contained in:
Kovid Goyal 2016-06-24 14:56:14 +05:30
parent 90ed6ead41
commit 48c489155e

View File

@ -95,6 +95,7 @@ extensions = [
Extension('monotonic',
['calibre/utils/monotonic.c'],
libraries=['rt'] if islinux else [],
),
Extension('speedup',