Fixed xerces-c dependency

This commit is contained in:
Axel 2022-10-19 10:33:51 +02:00 committed by bernat
parent 416ef2b79c
commit 4e4d59fad9
2 changed files with 2 additions and 2 deletions

View File

@ -438,7 +438,7 @@ fi
# -- Get and compile libxerces 3.2.3 ------------------------------
# ==============================================================================
XERCESC_VERSION=3.2.3
XERCESC_VERSION=3.2.4
XERCESC_BASENAME=xerces-c-${XERCESC_VERSION}
XERCESC_TEMP_FOLDER=${XERCESC_BASENAME}

View File

@ -40,7 +40,7 @@ rem -- Local Variables ---------------------------------------------------------
rem ============================================================================
set XERCESC_BASENAME=xerces-c
set XERCESC_VERSION=3.2.3
set XERCESC_VERSION=3.2.4
rem xerces-c-x.x.x
set XERCESC_TEMP_FOLDER=%XERCESC_BASENAME%-%XERCESC_VERSION%