Kaydet (Commit) 16d69d1d authored tarafından Christian Lohmaier's avatar Christian Lohmaier

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

üst 73bedae4
......@@ -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";
......
......@@ -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)
{
......
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