summaryrefslogtreecommitdiff
path: root/solenv
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2013-03-14 11:56:26 +0100
committerDavid Tardon <dtardon@redhat.com>2013-03-14 12:01:35 +0100
commit46cef4f2fa797aade35ea48f3e46159c6141fcfc (patch)
tree264daa56c2d78167a2c6df54fc5c675d5a27c5e8 /solenv
parentf42679fe7010284513cff3560d9aa47a49744ba8 (diff)
cygpath only exists in Windows build
Diffstat (limited to 'solenv')
-rw-r--r--solenv/gbuild/ExternalProject.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/solenv/gbuild/ExternalProject.mk b/solenv/gbuild/ExternalProject.mk
index 6443af3320ce..ff55c0eee4c3 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))" \