mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Build monotonic agains -lrt on linux so that it works even on systems that have outdated versions of glibc
This commit is contained in:
parent
90ed6ead41
commit
48c489155e
@ -95,6 +95,7 @@ extensions = [
|
||||
|
||||
Extension('monotonic',
|
||||
['calibre/utils/monotonic.c'],
|
||||
libraries=['rt'] if islinux else [],
|
||||
),
|
||||
|
||||
Extension('speedup',
|
||||
|
Loading…
x
Reference in New Issue
Block a user