Visual Studio Projects: Fix typo in library version check (Roberto Sancho Villa)
This commit is contained in:
parent
bdddcb4004
commit
74a80c34bd
1 changed files with 1 additions and 1 deletions
|
@ -201,7 +201,7 @@ if %_VC_VER% GEQ 14 goto _check_new_library
|
|||
if %_LIB_VC_VER% LSS 14 goto _done_library
|
||||
goto _setup_library
|
||||
:_check_new_library
|
||||
if %_LIB_VC_VER% GEQ 14 godo _done_library
|
||||
if %_LIB_VC_VER% GEQ 14 goto _done_library
|
||||
:_setup_library
|
||||
if %_VC_VER% LSS 14 set _VCLIB_DIR_=vstudio 2008
|
||||
if %_VC_VER% GEQ 14 set _VCLIB_DIR_=vstudio
|
||||
|
|
Loading…
Add table
Reference in a new issue