Kaydet (Commit) a7bb5386 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Mac OS X needs devinstall's program dir in PYTHONPATH

...otherwise, "import pyuno" won't work in the test.

Change-Id: Ife6509af51a276043d6dfb1a9c1f45c717e219d7
üst 19e664a7
...@@ -51,7 +51,7 @@ $(call gb_PythonTest_get_target,%) : ...@@ -51,7 +51,7 @@ $(call gb_PythonTest_get_target,%) :
# always use udkapi and URE services # always use udkapi and URE services
define gb_PythonTest_PythonTest 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)) : MODULES :=
$(call gb_PythonTest_get_target,$(1)) : CONFIGURATION_LAYERS := $(call gb_PythonTest_get_target,$(1)) : CONFIGURATION_LAYERS :=
$(call gb_PythonTest_get_target,$(1)) : UNO_TYPES := $(call gb_PythonTest_get_target,$(1)) : UNO_TYPES :=
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment