mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
9f747c4aca
commit
cf5387baa2
@ -174,7 +174,7 @@ extensions = [
|
|||||||
|
|
||||||
Extension('bzzdec',
|
Extension('bzzdec',
|
||||||
['calibre/ebooks/djvu/bzzdecoder.c'],
|
['calibre/ebooks/djvu/bzzdecoder.c'],
|
||||||
inc_dirs=['calibre/utils/chm'] # For stdint.h
|
inc_dirs=(['calibre/utils/chm'] if iswindows else []) # For stdint.h
|
||||||
),
|
),
|
||||||
|
|
||||||
Extension('podofo',
|
Extension('podofo',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user