Do the right thing for CYGWIN.
This commit is contained in:
parent
10a60b3ec0
commit
5ed317d790
@ -13,6 +13,7 @@ unset PYTHONPATH
|
||||
# Choose the Python binary.
|
||||
case `uname` in
|
||||
Darwin) PYTHON=./python.exe;;
|
||||
CYGWIN*) PYTHON=./python.exe;;
|
||||
*) PYTHON=./python;;
|
||||
esac
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user