diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2013-04-26 16:10:00 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2013-04-26 16:16:59 +0200 |
commit | a7bb5386da6c0e227ff5091d279883b0689232d8 (patch) | |
tree | 3f3c7b5cd58b2ba642243b6fb3a4d66b3a7ff572 | |
parent | 19e664a7be70616882ffdc8f261dff1f6c3984e6 (diff) |
Mac OS X needs devinstall's program dir in PYTHONPATH
...otherwise, "import pyuno" won't work in the test.
Change-Id: Ife6509af51a276043d6dfb1a9c1f45c717e219d7
-rw-r--r-- | solenv/gbuild/PythonTest.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/solenv/gbuild/PythonTest.mk b/solenv/gbuild/PythonTest.mk index 63665582f28f..ac95b29fac9b 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 := |