mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-09 11:14:02 +02:00
...
This commit is contained in:
parent
deaba78d42
commit
d49208a683
1 changed files with 1 additions and 2 deletions
|
|
@ -447,8 +447,7 @@ def add_misc_libraries(self):
|
|||
shutil.copy2(join(SW, 'lib', x), self.frameworks_dir)
|
||||
dest = join(self.frameworks_dir, x)
|
||||
self.set_id(dest, self.FID+'/'+x)
|
||||
if 'mtp' in x:
|
||||
self.fix_dependencies_in_lib(dest)
|
||||
self.fix_dependencies_in_lib(dest)
|
||||
|
||||
@flush
|
||||
def add_site_packages(self):
|
||||
|
|
|
|||
Loading…
Reference in a new issue