julun+mauricek:

* add Cygwin to the list of supported platforms

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@26583 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Maurice Kalinowski 2008-07-23 21:38:49 +00:00
parent b4395038ee
commit e688a433ca

1
configure vendored
View File

@ -330,6 +330,7 @@ case "${platform}" in
Haiku) buildPlatform=haiku_host ;;
Linux) buildPlatform=linux ;;
SunOS) buildPlatform=sunos ;;
CYGWIN_NT-*) buildPlatform=cygwin ;;
*) echo Unsupported platform: ${platform}
exit 1 ;;
esac