make.bat: Fix missing quotes in python detection

This commit is contained in:
Antonio Vazquez 2021-09-06 17:58:38 +02:00
parent ce71357711
commit bd79d6067c

@ -1,4 +1,4 @@
if EXIST %PYTHON% (
if EXIST "%PYTHON%" (
goto detect_python_done
)