Home
last modified time | relevance | path

Searched refs:with_build_python (Results 1 - 1 of 1) sorted by relevance

/third_party/python/
H A Dconfigure1044 with_build_python
3609 if test ${with_build_python+y}
3611 withval=$with_build_python;
3615 if test "x$with_build_python" = xyes
3617 with_build_python=python$PACKAGE_VERSION
3619 if test "x$with_build_python" = xno
3624 if ! $(command -v "$with_build_python" >/dev/null 2>&1); then
3625 as_fn_error $? "invalid or missing build python binary \"$with_build_python\"" "$LINENO" 5
3627 build_python_ver=$($with_build_python -c "import sys; print(f'{sys.version_info.major}.{sys.version_info.minor}')")
3629 as_fn_error $? "\"$with_build_python\" ha
[all...]

Completed in 4 milliseconds