mirror of https://github.com/python/cpython.git
Applied r84870 to older compilers.
This commit is contained in:
parent
2cdacd7495
commit
35aa08376b
|
@ -27,7 +27,7 @@ setlocal
|
|||
set exe=python
|
||||
set qmode=
|
||||
set dashO=
|
||||
PATH %PATH%;..\..\..\tcltk\bin
|
||||
PATH %PATH%;%~dp0..\..\..\tcltk\bin
|
||||
|
||||
:CheckOpts
|
||||
if "%1"=="-O" (set dashO=-O) & shift & goto CheckOpts
|
||||
|
|
|
@ -27,7 +27,7 @@ setlocal
|
|||
set exe=python
|
||||
set qmode=
|
||||
set dashO=
|
||||
PATH %PATH%;..\..\..\tcltk\bin
|
||||
PATH %PATH%;%~dp0..\..\..\tcltk\bin
|
||||
|
||||
:CheckOpts
|
||||
if "%1"=="-O" (set dashO=-O) & shift & goto CheckOpts
|
||||
|
|
Loading…
Reference in New Issue