solenv/gbuild/PythonTest.mk |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit a7bb5386da6c0e227ff5091d279883b0689232d8
Author: Stephan Bergmann <sberg...@redhat.com>
Date:   Fri Apr 26 16:10:00 2013 +0200

    Mac OS X needs devinstall's program dir in PYTHONPATH
    
    ...otherwise, "import pyuno" won't work in the test.
    
    Change-Id: Ife6509af51a276043d6dfb1a9c1f45c717e219d7

diff --git a/solenv/gbuild/PythonTest.mk b/solenv/gbuild/PythonTest.mk
index 6366558..ac95b29 100644
--- a/solenv/gbuild/PythonTest.mk
+++ b/solenv/gbuild/PythonTest.mk
@@ -51,7 +51,7 @@ $(call gb_PythonTest_get_target,%) :
 
 # always use udkapi and URE services
 define gb_PythonTest_PythonTest
-$(call gb_PythonTest_get_target,$(1)) : PYPATH := 
$(SRCDIR)/unotest/source/python
+$(call gb_PythonTest_get_target,$(1)) : PYPATH := 
$(SRCDIR)/unotest/source/python:$(gb_DEVINSTALLROOT)/program
 $(call gb_PythonTest_get_target,$(1)) : MODULES :=
 $(call gb_PythonTest_get_target,$(1)) : CONFIGURATION_LAYERS :=
 $(call gb_PythonTest_get_target,$(1)) : UNO_TYPES :=
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to