mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
[CONFIGURE] Fix tabulation issue
This commit is contained in:
parent
669d6b445b
commit
729d6e7981
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ if defined ROS_ARCH (
|
|||
cl 2>&1 | find "19.12." > NUL && set VS_VERSION=15
|
||||
cl 2>&1 | find "19.13." > NUL && set VS_VERSION=15
|
||||
cl 2>&1 | find "19.14." > NUL && set VS_VERSION=15
|
||||
cl 2>&1 | find "19.15." > NUL && set VS_VERSION=15
|
||||
cl 2>&1 | find "19.15." > NUL && set VS_VERSION=15
|
||||
if not defined VS_VERSION (
|
||||
echo Error: Visual Studio version too old ^(before 10 ^(2010^)^) or version detection failed.
|
||||
goto quit
|
||||
|
|
Loading…
Reference in a new issue