Skip to content
Snippets Groups Projects
Commit 3a6d903c authored by Andrew A. de Laix's avatar Andrew A. de Laix
Browse files

mac llcommon dependent apps like mac-crash-logger get libexception_handler correctly packaged.

parent 2567519f
No related branches found
No related tags found
No related merge requests found
...@@ -659,7 +659,9 @@ def construct(self): ...@@ -659,7 +659,9 @@ def construct(self):
for libfile in ("libllcommon.dylib", for libfile in ("libllcommon.dylib",
"libapr-1.0.3.7.dylib", "libapr-1.0.3.7.dylib",
"libaprutil-1.0.3.8.dylib", "libaprutil-1.0.3.8.dylib",
"libexpat.0.5.0.dylib"): "libexpat.0.5.0.dylib",
"libexception_handler.dylib",
):
target_lib = os.path.join('../../..', libfile) target_lib = os.path.join('../../..', libfile)
self.run_command("ln -sf %(target)r %(link)r" % self.run_command("ln -sf %(target)r %(link)r" %
{'target': target_lib, {'target': target_lib,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment