Fixed typo. Fixed xerces-c lib name.

This commit is contained in:
Axel1092 2021-03-18 09:16:37 +01:00 committed by bernat
parent de6f3769b4
commit 3a5b8c0620
2 changed files with 2 additions and 2 deletions

View File

@ -67,7 +67,7 @@ rem ============================================================================
rem Set the visual studio solution directory
rem
set OSM2ODR_VSPROJECT_PATH=%INSTALLATION_DIR:/=\%osm2odr-visualstudio\
set OSM2ODR_SOURCE_PATH=%INSTALLATION_DIR:/=\%som2odr-source\
set OSM2ODR_SOURCE_PATH=%INSTALLATION_DIR:/=\%om2odr-source\
set OSM2ODR_INSTALL_PATH=%ROOT_PATH:/=\%PythonAPI\carla\dependencies\
if %REMOVE_INTERMEDIATE% == true (

View File

@ -192,7 +192,7 @@ rem ============================================================================
echo %FILE_N% Installing Xercesc...
call "%INSTALLERS_DIR%install_xercesc.bat"^
--build-dir "%INSTALLATION_DIR%"
copy %INSTALLATION_DIR%\xerces-c-3.2.3-install\lib\xerces-c.lib %CARLA_PYTHON_DEPENDENCIES%\lib
copy %INSTALLATION_DIR%\xerces-c-3.2.3-install\lib\xerces-c_3.lib %CARLA_PYTHON_DEPENDENCIES%\lib
rem ============================================================================
rem -- Download and install Sqlite3 --------------------------------------------