Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
4df367c08d042f2bc6b789d197c86cf4c13a15df
/
.
/
PCbuild
/
build_ssl.bat
blob: 9aad44127baf158a6ab92fc1146fb7df7d2b8e63 [
file
] [
log
] [
blame
]
if
"%1"
==
"ReleaseAMD64"
call
"%MSSdk%\SetEnv"
/
XP64
/
RETAIL
@echo
off
if
not
defined
HOST_PYTHON
(
if
%
1
EQU
Debug
(
set
HOST_PYTHON
=
python_d
.
exe
)
ELSE
(
set
HOST_PYTHON
=
python
.
exe
)
)
%
HOST_PYTHON
%
build_ssl
.
py
%
1
%
2