summaryrefslogtreecommitdiffstats
path: root/source-builder
diff options
context:
space:
mode:
authorJoel Sherrill <joel@rtems.org>2018-10-24 10:34:05 -0500
committerJoel Sherrill <joel@rtems.org>2018-10-24 10:34:05 -0500
commit0794cc37eba9724ab25ad8970f32ba5101bf5e1b (patch)
treec302c06c7ccd069aa85a0fe3e2f05c21740cd0c1 /source-builder
parentsb: Fix rtems-build-dep to handle various issues (diff)
downloadrtems-source-builder-0794cc37eba9724ab25ad8970f32ba5101bf5e1b.tar.bz2
rtems-build-dep: Add support for Cygwin
updates #3537.
Diffstat (limited to 'source-builder')
-rwxr-xr-xsource-builder/sb/rtems-build-dep2
1 files changed, 1 insertions, 1 deletions
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=':'