allow to build with internal Python on Mac (Python built as framework)

This commit is contained in:
Christian Lohmaier 2011-06-06 18:34:10 +02:00
parent 73bedae49a
commit 16d69d1dc1
2 changed files with 1 additions and 2 deletions

View file

@ -34,9 +34,7 @@ Directory gid_Dir_Bundle
LangPackHostName = "%PRODUCTNAME Language Pack.app";
PatchHostName = "%PRODUCTNAME Patch.app";
End
#endif
#ifdef MACOSX
Directory gid_Dir_Bundle_Contents
ParentID = gid_Dir_Bundle;
HostName = "Contents";

View file

@ -75,6 +75,7 @@ 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);
if (defined $loc)
{