mirror of
git://github.com/kovidgoyal/calibre.git
synced 2025-12-23 21:54:52 +01:00
...
This commit is contained in:
parent
c203b2fcd4
commit
523bf9f4eb
1 changed files with 0 additions and 1 deletions
|
|
@ -15,7 +15,6 @@
|
|||
from setup.installer.windows.wix import WixMixIn
|
||||
|
||||
OPENSSL_DIR = os.environ.get('OPENSSL_DIR', os.path.join(SW, 'private', 'openssl'))
|
||||
IMAGEMAGICK = os.path.join(SW, 'build', 'ImageMagick-*\\VisualMagick\\bin')
|
||||
LZMA = os.path.join(SW, *('private/easylzma/build/easylzma-0.0.8'.split('/')))
|
||||
QT_DIR = subprocess.check_output([QMAKE, '-query', 'QT_INSTALL_PREFIX']).decode('utf-8').strip()
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue