mirror of
https://github.com/kiwix/kiwix-tools.git
synced 2025-09-24 04:20:56 -04:00
Added ICU external dat table support for components (req. check for binaries)
This commit is contained in:
parent
e32a1577ad
commit
f274dc8ab8
@ -90,6 +90,7 @@ for line in otool_out.split('\n'):
|
||||
print("match: %s" % match.groups()[0])
|
||||
if 'libstdc++' in line or 'libgcc' in line:
|
||||
newpath = u'/usr/lib/lib%s%s.dylib' % (match.groups()[0], match.groups()[1])
|
||||
newpath = u'lib%s%s.dylib' % (match.groups()[0], match.groups()[1])
|
||||
elif is_component:
|
||||
# newpath = u'@executable_path/../Frameworks/lib%s.dylib' % match.groups()[0]
|
||||
newpath = u'@executable_path/lib%s.dylib' % match.groups()[0]
|
||||
|
Loading…
x
Reference in New Issue
Block a user