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

David Tardon dtardon at redhat.com
Thu Mar 14 04:02:02 PDT 2013


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

New commits:
commit 46cef4f2fa797aade35ea48f3e46159c6141fcfc
Author: David Tardon <dtardon at redhat.com>
Date:   Thu Mar 14 11:56:26 2013 +0100

    cygpath only exists in Windows build

diff --git a/solenv/gbuild/ExternalProject.mk b/solenv/gbuild/ExternalProject.mk
index 6443af3..ff55c0e 100644
--- a/solenv/gbuild/ExternalProject.mk
+++ b/solenv/gbuild/ExternalProject.mk
@@ -200,7 +200,7 @@ endef
 # default log_filename is <run_target>.log
 #
 
-AUTOCONF_WRAPPERS := \
+AUTOCONF_WRAPPERS = \
 	REAL_CC="$(shell cygpath -w $(CC))" \
 	CC="$(call gb_Executable_get_target,gcc-wrapper)" \
 	REAL_CXX="$(shell cygpath -w $(CXX))" \


More information about the Libreoffice-commits mailing list