mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-01-28 12:04:35 +01:00
...
This commit is contained in:
parent
5a1b4430b2
commit
2e1c57a86c
1 changed files with 1 additions and 0 deletions
|
|
@ -491,6 +491,7 @@ def read(x):
|
|||
return {x:read(x) for x in ('target', 'sources', 'headers')}
|
||||
|
||||
def build_pyqt_extension(self, ext, dest, sbf):
|
||||
self.info(f'\n####### Building {ext.name} extension', '#'*7)
|
||||
from setup.build_environment import pyqt, qmakespec, QMAKE
|
||||
from setup.parallel_build import cpu_count
|
||||
from distutils import sysconfig
|
||||
|
|
|
|||
Loading…
Reference in a new issue