mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-04-20 08:55:41 +02:00
...
This commit is contained in:
parent
9f747c4aca
commit
cf5387baa2
1 changed files with 1 additions and 1 deletions
|
|
@ -174,7 +174,7 @@ def preflight(self, obj_dir, compiler, linker, builder, cflags, ldflags):
|
|||
|
||||
Extension('bzzdec',
|
||||
['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',
|
||||
|
|
|
|||
Loading…
Reference in a new issue