mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-04-20 08:34:44 +02:00
...
This commit is contained in:
parent
16a5c262eb
commit
56dd89fb88
1 changed files with 1 additions and 1 deletions
|
|
@ -47,7 +47,7 @@ def get_branch_name(rev):
|
|||
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…
Reference in a new issue