summaryrefslogtreecommitdiff
path: root/solenv/gbuild
diff options
context:
space:
mode:
authorMatúš Kukan <matus.kukan@gmail.com>2013-06-15 22:22:47 +0200
committerMatúš Kukan <matus.kukan@gmail.com>2013-06-15 22:25:44 +0200
commit0333708de41f01f264b338d9aac70230be4d08e9 (patch)
tree6ea9c5e15d37139ef3f8c6a1742d0211e1fcface /solenv/gbuild
parent21e573d6151151120dda6933c892c19a63c3a32b (diff)
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
Diffstat (limited to 'solenv/gbuild')
-rw-r--r--solenv/gbuild/platform/com_MSC_class.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/solenv/gbuild/platform/com_MSC_class.mk b/solenv/gbuild/platform/com_MSC_class.mk
index 841416e580d0..478a89b61337 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))" \