mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
16a5c262eb
commit
56dd89fb88
@ -47,7 +47,7 @@ elif flags in ('master', 'qt5'):
|
||||
if is_qt5_transition:
|
||||
# Rebuild PyQt extensions
|
||||
if not os.path.exists('.git/rebase-merge'): # Dont rebuild if we are rebasing
|
||||
for ext in ('progress_indicator',):
|
||||
for ext in ('progress_indicator', 'pictureflow'):
|
||||
extdir = os.path.join('build', 'pyqt', ext)
|
||||
if os.path.exists(extdir):
|
||||
shutil.rmtree(extdir)
|
||||
|
Loading…
x
Reference in New Issue
Block a user