| 163 PLATFORM="linux unix" |
163 PLATFORM="linux unix" |
| 164 fi |
164 fi |
| 165 if [ "$OS" = "FreeBSD" ]; then |
165 if [ "$OS" = "FreeBSD" ]; then |
| 166 PLATFORM="freebsd bsd unix" |
166 PLATFORM="freebsd bsd unix" |
| 167 fi |
167 fi |
| |
168 if [ "$OS" = "OpenBSD" ]; then |
| |
169 PLATFORM="openbsd bsd unix" |
| |
170 fi |
| 168 if [ "$OS" = "Darwin" ]; then |
171 if [ "$OS" = "Darwin" ]; then |
| 169 PLATFORM="macos osx bsd unix" |
172 PLATFORM="macos osx bsd unix" |
| 170 fi |
173 fi |
| 171 if echo "$OS" | grep -i "MINGW" > /dev/null; then |
174 if echo "$OS" | grep -i "MINGW" > /dev/null; then |
| 172 PLATFORM="windows mingw" |
175 PLATFORM="windows mingw" |