diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2013-08-29 18:27:04 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2013-08-29 18:28:07 +0200 |
commit | 9831afe569490b09143a1f98263ee7d0e1faa323 (patch) | |
tree | 1f64b59cc0d027c44c4b53213e99d7e4977d56ec /solenv | |
parent | 38840e360b394cea0919f8b351fafbfc13fd3422 (diff) |
Fix MSC build of firebird
Change-Id: I3c747b36529058b980f88aea014c0a6d27014664
Diffstat (limited to 'solenv')
-rw-r--r-- | solenv/gbuild/platform/com_MSC_defs.mk | 2 |
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 81f20dad0537..ac68d361cd9b 100644 --- a/solenv/gbuild/platform/com_MSC_defs.mk +++ b/solenv/gbuild/platform/com_MSC_defs.mk @@ -266,6 +266,6 @@ gb_Helper_OUTDIRLIBDIR := $(OUTDIR)/bin gb_Helper_OUTDIR_FOR_BUILDLIBDIR := $(OUTDIR_FOR_BUILD)/bin # need windows path with backslashes here -gb_Helper_set_ld_path := PATH="$(shell cygpath -w $(OUTDIR)/bin)" +gb_Helper_set_ld_path := PATH="$(shell cygpath -w $(OUTDIR)/bin)"$${PATH:+:$$PATH} # vim: set noet sw=4: |