Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
tensorflow
/
ada8d9d1f1009deccf56e477562c0cbcf91ea76f
/
.
/
configure
blob: 9c21d2b03a27714f05094667691e74c16fa89f35 [
file
] [
log
] [
blame
]
#!/usr/bin/env bash
set
-
e
set
-
o pipefail
if
[
-
z
"$PYTHON_BIN_PATH"
];
then
PYTHON_BIN_PATH
=
$
(
which python
||
which python3
||
true
)
fi
# Set all env variables
"$PYTHON_BIN_PATH"
configure
.
py
echo
"Configuration finished"