rtems-build-dep: Add support for Cygwin

updates #3537.
This commit is contained in:
Joel Sherrill
2018-10-24 10:34:05 -05:00
parent e2209fa153
commit 0794cc37eb

View File

@@ -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=':'