Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
tensorflow
/
0017742dd05c19a2bbbf56c87c8da55959df28d8
/
.
/
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"