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.
|
# Choose the Python binary.
|
||||||
case `uname` in
|
case `uname` in
|
||||||
Darwin) PYTHON=./python.exe;;
|
Darwin) PYTHON=./python.exe;;
|
||||||
|
CYGWIN*) PYTHON=./python.exe;;
|
||||||
*) PYTHON=./python;;
|
*) PYTHON=./python;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user