mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-01-04 01:14:41 +01:00
IGN:Fix lxml issues on OSX
This commit is contained in:
parent
3d3c6c3f30
commit
7e9ffe0445
1 changed files with 1 additions and 1 deletions
|
|
@ -344,7 +344,7 @@ def main():
|
|||
'LSEnvironment':{
|
||||
'FC_CONFIG_DIR':'@executable_path/../Resources/fonts',
|
||||
'MAGICK_HOME':'@executable_path/../Frameworks/ImageMagick',
|
||||
'DYLD_LIBRARY_PATH':'@executable_path/../Frameworks/:@executable_path/../Frameworks/ImageMagick/lib',
|
||||
'DYLD_LIBRARY_PATH':'@executable_path/../Frameworks:@executable_path/../Frameworks/ImageMagick/lib',
|
||||
}
|
||||
},
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue