mirror of
https://github.com/boostorg/boost.git
synced 2025-04-16 10:15:02 +00:00
Allow spaces in $PYTHON_ROOT
This may be the case with, for example, `C:\Program Files\Python37` on MSYS2 on Windows (with `MSYS2_PATH_TYPE=inherit` in the .ini file).
This commit is contained in:
parent
435bf47524
commit
5a951d3a2a
1 changed files with 1 additions and 1 deletions
|
@ -360,7 +360,7 @@ if test "x$flag_no_python" = x; then
|
|||
import python ;
|
||||
if ! [ python.configured ]
|
||||
{
|
||||
using python : $PYTHON_VERSION : $PYTHON_ROOT ;
|
||||
using python : $PYTHON_VERSION : "$PYTHON_ROOT" ;
|
||||
}
|
||||
EOF
|
||||
fi
|
||||
|
|
Loading…
Add table
Reference in a new issue