Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
f8cbf78bbdd88daeb47ee07cd3f26bb83efe7b8e
/
.
/
PCbuild
/
build_ssl.bat
blob: ee551c9912ba22144714f45f18f11fb08c9ce3d0 [
file
]
@echo
off
if
not
defined
HOST_PYTHON
(
if
%
1
EQU
Debug
(
set
HOST_PYTHON
=
python_d
.
exe
if
not
exist python35_d
.
dll
exit
1
)
ELSE
(
set
HOST_PYTHON
=
python
.
exe
if
not
exist python35
.
dll
exit
1
)
)
%
HOST_PYTHON
%
build_ssl
.
py
%
1
%
2
%
3