Breaking pad: link SLPlugin.app with the exacption handler
Fixes loading of SLPlugin on OS X
This commit is contained in:
@@ -552,7 +552,8 @@ class DarwinManifest(ViewerManifest):
|
||||
for libfile in ("libllcommon.dylib",
|
||||
"libapr-1.0.dylib",
|
||||
"libaprutil-1.0.dylib",
|
||||
"libexpat.1.5.2.dylib"):
|
||||
"libexpat.1.5.2.dylib",
|
||||
"libexception_handler.dylib"):
|
||||
target_lib = os.path.join('../../..', libfile)
|
||||
self.run_command("ln -sf %(target)r %(link)r" %
|
||||
{'target': target_lib,
|
||||
|
||||
Reference in New Issue
Block a user