summaryrefslogtreecommitdiff
path: root/solenv
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-09-22 10:26:00 +0200
committerStephan Bergmann <sbergman@redhat.com>2016-09-22 10:26:00 +0200
commitd749277ac0e035a9e34351faa28fcb4201ccfb81 (patch)
treeb8a36f7b0862c7fe89a568312498c6b7ba472f1e /solenv
parent476ceebf4bc1b244dcdb34a743ce5c851a959952 (diff)
Fix sh quoting of ; and \ (the latter in the cygpath -w output)
Change-Id: Iec52b93746b2fd9bbd6ad67667092717f39222d7
Diffstat (limited to 'solenv')
-rw-r--r--solenv/gbuild/platform/com_MSC_defs.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/solenv/gbuild/platform/com_MSC_defs.mk b/solenv/gbuild/platform/com_MSC_defs.mk
index 940801b460da..6df5d71f3641 100644
--- a/solenv/gbuild/platform/com_MSC_defs.mk
+++ b/solenv/gbuild/platform/com_MSC_defs.mk
@@ -318,7 +318,7 @@ endef
# $(1): one directory pathname to append to the ld path
define gb_Helper_extend_ld_path
-$(gb_Helper_set_ld_path);$(shell cygpath -w $(1))
+$(gb_Helper_set_ld_path)';$(shell cygpath -w $(1))'
endef
else