[Libreoffice-commits] .: translate_toolkit/makefile.mk

Andras Timar timar at kemper.freedesktop.org
Mon Aug 1 03:41:26 PDT 2011


 translate_toolkit/makefile.mk |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 6cdd564f90f3765a451e982611b2b583e310af19
Author: Andras Timar <atimar at suse.com>
Date:   Mon Aug 1 12:40:24 2011 +0200

    adding $(AUGMENT_LIBRARY_PATH) back, because it is needed

diff --git a/translate_toolkit/makefile.mk b/translate_toolkit/makefile.mk
index 8c7a463..b311001 100644
--- a/translate_toolkit/makefile.mk
+++ b/translate_toolkit/makefile.mk
@@ -54,7 +54,7 @@ PY_CMD=$(PYTHON)
 # the framework only gets delivered as zip, so call it from python's output-dir
 PY_CMD=$(SRC_ROOT)/python/$(INPATH)/misc/build/python-inst/OOoPython.framework/Versions/2.6/Resources/Python.app/Contents/MacOS/OOoPython
 .ELSE
-PY_CMD=$(SOLARBINDIR)/python
+PY_CMD=$(AUGMENT_LIBRARY_PATH) $(SOLARBINDIR)/python
 # watch for the path delimiter
 .IF "$(GUI)"=="WNT"
 PYTHONPATH:=$(SOLARLIBDIR);$(SOLARLIBDIR)/python;$(SOLARLIBDIR)/python/lib-dynload


More information about the Libreoffice-commits mailing list