Fixed typo. Fixed xerces-c lib name.
This commit is contained in:
parent
de6f3769b4
commit
3a5b8c0620
|
@ -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 (
|
||||
|
|
|
@ -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 --------------------------------------------
|
||||
|
|
Loading…
Reference in New Issue