mirror of
https://github.com/boostorg/boost.git
synced 2025-04-06 22:14:59 +00:00
Fix Python3 compatibility.
[SVN r75012]
This commit is contained in:
parent
76702f976b
commit
8d1cf80ea8
1 changed files with 1 additions and 1 deletions
|
@ -277,7 +277,7 @@ if test "x$flag_no_python" = x; then
|
|||
|
||||
if test "x$PYTHON_ROOT" = x; then
|
||||
echo -n "Detecting Python root... "
|
||||
PYTHON_ROOT=`$PYTHON -c "import sys; print sys.prefix"`
|
||||
PYTHON_ROOT=`$PYTHON -c "import sys; print(sys.prefix)"`
|
||||
echo $PYTHON_ROOT
|
||||
fi
|
||||
fi
|
||||
|
|
Loading…
Add table
Reference in a new issue