We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e09ad9 commit e339a70Copy full SHA for e339a70
configure.bat
@@ -65,7 +65,7 @@ if "%1" EQU "--dev" (
65
set "CFG_REQUIREMENTS=%DEV_REQUIREMENTS%"
66
set CFG_DEV_MODE=1
67
)
68
-if "%1" EQU "--python"(
+if "%1" EQU "--python" (
69
echo "The --python option is now DEPRECATED. Use the PYTHON_EXECUTABLE environment"
70
echo "variable instead. Run configure --help for details."
71
exit /b 0
0 commit comments