mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Move matcher module into the utils package
This commit is contained in:
parent
b672f4ed11
commit
35c837b839
@ -179,12 +179,12 @@ extensions = [
|
||||
),
|
||||
|
||||
Extension('matcher',
|
||||
['calibre/gui2/tweak_book/matcher.c'],
|
||||
['calibre/utils/matcher.c'],
|
||||
headers=['calibre/utils/icu_calibre_utils.h'],
|
||||
libraries=icu_libs,
|
||||
lib_dirs=icu_lib_dirs,
|
||||
cflags=icu_cflags,
|
||||
inc_dirs=icu_inc_dirs + ['calibre/utils']
|
||||
inc_dirs=icu_inc_dirs
|
||||
),
|
||||
|
||||
Extension('podofo',
|
||||
|
Loading…
x
Reference in New Issue
Block a user