mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Remove special casing for libjpeg and libpoppler as install names are now fixed at build time
This commit is contained in:
parent
edbd56bbb1
commit
0024a7f8e8
@ -259,10 +259,6 @@ class Freeze(object):
|
||||
for x, is_id in self.get_dependencies(path_to_lib):
|
||||
if x.startswith('@rpath/Qt'):
|
||||
yield x, x[len('@rpath/'):], is_id
|
||||
elif x.startswith('@rpath/libjpeg'):
|
||||
yield x, x[len('@rpath/'):], is_id
|
||||
elif x.startswith('@rpath/libpoppler'):
|
||||
yield x, x[len('@rpath/'):], is_id
|
||||
else:
|
||||
for y in (PREFIX + '/lib/', PREFIX + '/python/Python.framework/'):
|
||||
if x.startswith(y):
|
||||
|
Loading…
x
Reference in New Issue
Block a user