summaryrefslogtreecommitdiff
path: root/pyuno/zipcore/python.sh
diff options
context:
space:
mode:
Diffstat (limited to 'pyuno/zipcore/python.sh')
-rw-r--r--pyuno/zipcore/python.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/pyuno/zipcore/python.sh b/pyuno/zipcore/python.sh
index bb9d70cbe..41a31102e 100644
--- a/pyuno/zipcore/python.sh
+++ b/pyuno/zipcore/python.sh
@@ -111,6 +111,11 @@ case $sd_platform in
export LD_LIBRARYN32_PATH
;;
+ darwin*)
+ DYLD_LIBRARY_PATH="$sd_progsub":"$sd_prog":$DYLD_LIBRARY_PATH
+ export DYLD_LIBRARY_PATH
+ ;;
+
*)
LD_LIBRARY_PATH="$sd_progsub":"$sd_prog":$LD_LIBRARY_PATH
export LD_LIBRARY_PATH