mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Forgot that on macOS qmake generates .dylib files
This commit is contained in:
parent
90d18917b5
commit
9768d16334
@ -414,6 +414,8 @@ class Build(Command):
|
||||
self.check_call([self.env.make] + ['-j%d'%(cpu_count or 1)])
|
||||
finally:
|
||||
os.chdir(cwd)
|
||||
if isosx:
|
||||
os.rename(self.j(self.d(target), 'libheadless.dylib'), self.j(self.d(target), 'headless.so'))
|
||||
|
||||
def build_sip_files(self, ext, src_dir):
|
||||
from setup.build_environment import pyqt
|
||||
|
Loading…
x
Reference in New Issue
Block a user