[rtems-source-builder commit] rtems-build-dep: Add support for Cygwin
Joel Sherrill
joel at rtems.org
Wed Oct 24 18:42:21 UTC 2018
Module: rtems-source-builder
Branch: master
Commit: 0794cc37eba9724ab25ad8970f32ba5101bf5e1b
Changeset: http://git.rtems.org/rtems-source-builder/commit/?id=0794cc37eba9724ab25ad8970f32ba5101bf5e1b
Author: Joel Sherrill <joel at rtems.org>
Date: Wed Oct 24 10:34:05 2018 -0500
rtems-build-dep: Add support for Cygwin
updates #3537.
---
source-builder/sb/rtems-build-dep | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/source-builder/sb/rtems-build-dep b/source-builder/sb/rtems-build-dep
index 0a49e70..3a82753 100755
--- a/source-builder/sb/rtems-build-dep
+++ b/source-builder/sb/rtems-build-dep
@@ -141,7 +141,7 @@ fi
# Library file
#
if [ ${op} = "library" ]; then
- if [ "${OS}" = "Windows_NT" ]; then
+ if [ "${OS}" = "Windows_NT" -a "${OSTYPE}" -ne "cygwin" ]; then
sep=';'
else
sep=':'
More information about the vc
mailing list