Cleanup: fix various typos

Contributed by luzpaz.

Differential Revision: https://developer.blender.org/D14203
This commit is contained in:
Brecht Van Lommel
2022-03-07 17:25:50 +01:00
parent 5bb2b4236d
commit f130d4f211
11 changed files with 11 additions and 11 deletions

View File

@@ -5,7 +5,7 @@ for %%X in (ctest.exe) do (set CTEST=%%~$PATH:X)
for %%X in (git.exe) do (set GIT=%%~$PATH:X)
REM For python, default on 39 but if that does not exist also check
REM the 310,311 and 312 folders to see if those are there, it checks
REM this far ahead to ensure good lib folder compatiblity in the future.
REM this far ahead to ensure good lib folder compatibility in the future.
set PYTHON=%BLENDER_DIR%\..\lib\win64_vc15\python\39\bin\python.exe
if EXIST %PYTHON% (
goto detect_python_done