mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-06-23 15:30:45 -04:00
...
This commit is contained in:
parent
d5896390c2
commit
e9317c7490
@ -106,7 +106,7 @@ def parse_extension(ext):
|
||||
cflags = kw['cflags']
|
||||
prefix = '/D' if iswindows else '-D'
|
||||
cflags.extend(prefix + x for x in defines.split())
|
||||
for k in 'inc_dirs sources headers sip_files'.split():
|
||||
for k in 'inc_dirs lib_dirs sources headers sip_files'.split():
|
||||
v = get(k)
|
||||
if v:
|
||||
kw[k] = expand_file_list(v.split())
|
||||
|
@ -66,7 +66,8 @@
|
||||
},
|
||||
{
|
||||
"name": "sqlite_custom",
|
||||
"sources": "calibre/library/sqlite_custom.c"
|
||||
"sources": "calibre/library/sqlite_custom.c",
|
||||
"inc_dirs": "!sqlite_inc_dirs"
|
||||
},
|
||||
{
|
||||
"name": "chmlib",
|
||||
|
Loading…
x
Reference in New Issue
Block a user