Fix user message for lib carla server build

This commit is contained in:
iFuSiiOnzZ 2018-08-23 18:27:35 +02:00
parent 9673c79260
commit 4f3986500d
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@ rem ============================================================================
:success
echo.
if %BUILD_SERVER% == true echo %FILE_N% LibCarla client has been successfully installed in "%LIBCARLA_SERVER_INSTALL_PATH%"!
if %BUILD_SERVER% == true echo %FILE_N% LibCarla server has been successfully installed in "%LIBCARLA_SERVER_INSTALL_PATH%"!
if %BUILD_CLIENT% == true echo %FILE_N% LibCarla client has been successfully installed in "%LIBCARLA_CLIENT_INSTALL_PATH%"!
goto good_exit