[Libreoffice-commits] core.git: solenv/gbuild
Matúš Kukan
matus.kukan at gmail.com
Sat Jun 15 13:26:12 PDT 2013
solenv/gbuild/platform/com_MSC_class.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 0333708de41f01f264b338d9aac70230be4d08e9
Author: Matúš Kukan <matus.kukan at gmail.com>
Date: Sat Jun 15 22:22:47 2013 +0200
try to fix Windows build of externals
Unfortunately, new gb_Executable_get_target is not
possible to call when parsing platform/ makefiles.
Change-Id: I8528e2fb7f688b148857c24410511f539e1ff8ff
diff --git a/solenv/gbuild/platform/com_MSC_class.mk b/solenv/gbuild/platform/com_MSC_class.mk
index 841416e..478a89b 100644
--- a/solenv/gbuild/platform/com_MSC_class.mk
+++ b/solenv/gbuild/platform/com_MSC_class.mk
@@ -543,7 +543,7 @@ endef
# if ccache is enabled, then split it and use lastword as REAL_FOO
# /opt/lo/bin/ccache /cygdrive/c/PROGRA~2/MICROS~2.0/VC/bin/cl.exe
-gb_AUTOCONF_WRAPPERS := \
+gb_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