mirror of
https://github.com/python/cpython.git
synced 2025-08-01 15:43:13 +00:00
Do the right thing for CYGWIN.
This commit is contained in:
parent
10a60b3ec0
commit
5ed317d790
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue