[Libreoffice-commits] core.git: solenv/gbuild

Stephan Bergmann sbergman at redhat.com
Sun Jun 16 04:13:13 PDT 2013


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

New commits:
commit 2f1e90b82ba43ed1d8f34e3f43dfdcb76e1b8417
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Sun Jun 16 13:12:44 2013 +0200

    Blind fix attempt for PythonTest on Windows
    
    Change-Id: I5e517c93c402dbbdc5dc09c77d537aec819d9a81

diff --git a/solenv/gbuild/platform/com_MSC_class.mk b/solenv/gbuild/platform/com_MSC_class.mk
index 0d050dd..bafa63f 100644
--- a/solenv/gbuild/platform/com_MSC_class.mk
+++ b/solenv/gbuild/platform/com_MSC_class.mk
@@ -452,7 +452,7 @@ endef
 
 # PythonTest class
 
-gb_PythonTest_PRECOMMAND :=
+gb_PythonTest_PRECOMMAND := $(gb_Helper_LIBRARY_PATH_VAR)=$${$(gb_Helper_LIBRARY_PATH_VAR):+$$$(gb_Helper_LIBRARY_PATH_VAR):}$(gb_DEVINSTALLROOT)/URE/bin:$(gb_DEVINSTALLROOT)/program:$(OUTDIR)/bin
 
 # SrsPartTarget class
 


More information about the Libreoffice-commits mailing list