Kaydet (Commit) 1251f860 authored tarafından Christian Lohmaier's avatar Christian Lohmaier

fix compilation with internal python on Mac

üst f0ae283c
......@@ -112,6 +112,8 @@ foreach $file (@ARGV)
{
$change .= " -change $1 " . action($type, $loc, $2) . "$3"
if m'^\s*(@_{50}([^/]+)(/.+)) \(compatibility version \d+\.\d+\.\d+, current version \d+\.\d+\.\d+\)\n$';
$change .= ' -change '.$1.' @loader_path/'.$2
if m'^\s*(/python-inst/(OOoPython.framework/Versions/[^/]+/OOoPython))';
}
close(IN);
if ($change ne "")
......
......@@ -75,8 +75,8 @@ foreach $file (@todo)
if (m'^\s*(@.+/([^/]+)) \(compatibility version \d+\.\d+\.\d+, current version \d+\.\d+\.\d+\)\n$')
{
my $full = $1;
next if ($full eq '@loader_path/OOoPython.framework/Versions/2.6/OOoPython');
my $loc = locate($2);
$loc = locate($1) if $full =~ m'^\s*@loader_path/(OOoPython.framework/Versions/[^/]+/OOoPython)';
if (defined $loc)
{
handle($full, $loc) unless defined $done{$full};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment