Cygwin support.
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1907 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
@@ -713,7 +713,7 @@ set_host_system() {
|
||||
esac
|
||||
|
||||
# Use a single capitalization.
|
||||
# What is used is whatever 'uname -s' would give on such a platform.
|
||||
# What is used is whatever 'uname -s' would give on such a platform.
|
||||
UHOST=`$TR "[:lower:]" "[:upper:]" << EOF
|
||||
$BUILD_HOST
|
||||
EOF
|
||||
@@ -723,6 +723,7 @@ EOF
|
||||
FREEBSD) HOST_SYSTEM="FreeBSD" ;;
|
||||
OPENBSD) HOST_SYSTEM="OpenBSD" ;;
|
||||
MINGW|MINGW32) HOST_SYSTEM="MINGW32" ;;
|
||||
CYGWIN*) HOST_SYSTEM="CYGWIN" ;;
|
||||
DARWIN) HOST_SYSTEM="Darwin" ;;
|
||||
SUNOS) HOST_SYSTEM="SunOS" ;;
|
||||
QNX) HOST_SYSTEM="QNX" ;;
|
||||
|
||||
Reference in New Issue
Block a user