Kaydet (Commit) 3909015f authored tarafından Matúš Kukan's avatar Matúš Kukan

fix system python check for cross-compiling

Change-Id: Icdf66eaed992e3b3e7c75c1082ac61c392c125d6
üst 44dc1e84
......@@ -7259,6 +7259,8 @@ AC_SUBST([MINGW_ZLIB_DLL])
# =====================================================================
# This allows a lack of system python with no error, we use internal one in that case.
AM_PATH_PYTHON([2.6],, [:])
# Clean PYTHON_VERSION checked below if cross-compiling
PYTHON_VERSION=""
if test "$PYTHON" != ":"; then
PYTHON_FOR_BUILD=$PYTHON
fi
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment