From 7e9ffe04452d23d244fad44af05813d10df5e6f5 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Mon, 8 Sep 2008 15:45:16 -0700 Subject: [PATCH] IGN:Fix lxml issues on OSX --- installer/osx/freeze.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer/osx/freeze.py b/installer/osx/freeze.py index 2061506a11..bfb78c98c6 100644 --- a/installer/osx/freeze.py +++ b/installer/osx/freeze.py @@ -344,7 +344,7 @@ def main(): 'LSEnvironment':{ 'FC_CONFIG_DIR':'@executable_path/../Resources/fonts', 'MAGICK_HOME':'@executable_path/../Frameworks/ImageMagick', - 'DYLD_LIBRARY_PATH':'@executable_path/../Frameworks/:@executable_path/../Frameworks/ImageMagick/lib', + 'DYLD_LIBRARY_PATH':'@executable_path/../Frameworks:@executable_path/../Frameworks/ImageMagick/lib', } }, },