Do the right thing for CYGWIN.

This commit is contained in:
Guido van Rossum 2007-07-18 16:59:11 +00:00
parent 10a60b3ec0
commit 5ed317d790
1 changed files with 1 additions and 0 deletions

View File

@ -13,6 +13,7 @@ unset PYTHONPATH
# Choose the Python binary.
case `uname` in
Darwin) PYTHON=./python.exe;;
CYGWIN*) PYTHON=./python.exe;;
*) PYTHON=./python;;
esac