summaryrefslogtreecommitdiff
path: root/vcbuild.bat
diff options
context:
space:
mode:
Diffstat (limited to 'vcbuild.bat')
-rw-r--r--vcbuild.bat3
1 files changed, 3 insertions, 0 deletions
diff --git a/vcbuild.bat b/vcbuild.bat
index 6897e0a6f8..86b2f1e3c9 100644
--- a/vcbuild.bat
+++ b/vcbuild.bat
@@ -689,6 +689,9 @@ goto exit
:create-msvs-files-failed
echo Failed to create vc project files.
+if %VCBUILD_PYTHON_VERSION%==3 (
+ echo Python 3 is not yet fully supported, to avoid issues Python 2 should be installed.
+)
del .used_configure_flags
goto exit