Author: Philip Jenvey <[email protected]>
Branch: 
Changeset: r75234:df259a237d4f
Date: 2015-01-04 11:43 -0800
http://bitbucket.org/pypy/pypy/changeset/df259a237d4f/

Log:    backout 8caae57cec3 now that @executable_path is working

diff --git a/rpython/translator/platform/darwin.py 
b/rpython/translator/platform/darwin.py
--- a/rpython/translator/platform/darwin.py
+++ b/rpython/translator/platform/darwin.py
@@ -14,9 +14,7 @@
 
     def _args_for_shared(self, args):
         return (list(self.shared_only)
-                + ['-dynamiclib', '-install_name',
-                   '@executable_path/$(TARGET)', '-undefined',
-                   'dynamic_lookup']
+                + ['-dynamiclib', '-install_name', '@rpath/$(TARGET)', 
'-undefined', 'dynamic_lookup']
                 + args)
 
     def _include_dirs_for_libffi(self):
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to