summaryrefslogtreecommitdiff
path: root/solenv
diff options
context:
space:
mode:
authorChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2011-06-06 18:34:10 +0200
committerChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2011-06-06 20:11:25 +0200
commit16d69d1dc1a43a0cda3e5f79fcb675a5c214d687 (patch)
treed308ba2db6e676e38b756d41f33f28a371c8be64 /solenv
parent73bedae49ae9dc3e166b73bd6c0e01cceadf6e13 (diff)
allow to build with internal Python on Mac (Python built as framework)
Diffstat (limited to 'solenv')
-rw-r--r--solenv/bin/macosx-dylib-link-list.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/solenv/bin/macosx-dylib-link-list.pl b/solenv/bin/macosx-dylib-link-list.pl
index 1554bbe56016..71a2f6737552 100644
--- a/solenv/bin/macosx-dylib-link-list.pl
+++ b/solenv/bin/macosx-dylib-link-list.pl
@@ -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)
{