[gimp/gimp-2-8] build/osx: make the launcher script also set BABL_PATH



commit 72c1351284f72f3b8b65d38d4cc5d6b7e60a222a
Author: Kristian Rietveld <kris loopnest org>
Date:   Sun Feb 5 20:50:57 2017 +0100

    build/osx: make the launcher script also set BABL_PATH

 build/osx/launcher-2.8-python.sh |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/build/osx/launcher-2.8-python.sh b/build/osx/launcher-2.8-python.sh
index d6d7488..a62d76d 100755
--- a/build/osx/launcher-2.8-python.sh
+++ b/build/osx/launcher-2.8-python.sh
@@ -53,6 +53,9 @@ export FONTCONFIG_FILE="$bundle_etc/fonts/fonts.conf"
 # Include GEGL path
 export GEGL_PATH="$bundle_lib/gegl-0.2"
 
+# Include BABL path
+export BABL_PATH="$bundle_lib/babl-0.1"
+
 # Set up Python
 echo "Enabling internal Python..."
 export PYTHONHOME="$bundle_res"


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]