Fixed xerces-c dependency
This commit is contained in:
parent
416ef2b79c
commit
4e4d59fad9
|
@ -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}
|
||||
|
|
|
@ -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%
|
||||
|
|
Loading…
Reference in New Issue