diff options
author | David Tardon <dtardon@redhat.com> | 2013-03-14 11:56:26 +0100 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2013-03-14 12:01:35 +0100 |
commit | 46cef4f2fa797aade35ea48f3e46159c6141fcfc (patch) | |
tree | 264daa56c2d78167a2c6df54fc5c675d5a27c5e8 /solenv | |
parent | f42679fe7010284513cff3560d9aa47a49744ba8 (diff) |
cygpath only exists in Windows build
Diffstat (limited to 'solenv')
-rw-r--r-- | solenv/gbuild/ExternalProject.mk | 2 |
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))" \ |