Skip to content

Commit

Permalink
Update Xerces-C to 3.2.4
Browse files Browse the repository at this point in the history
IB-7569

Signed-off-by: Raul Metsma <raul@metsma.ee>
  • Loading branch information
metsma committed Oct 21, 2022
1 parent 702ecf0 commit 9b763d1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions prepare_osx_build_environment.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh
set -e

XERCES_DIR=xerces-c-3.2.3
XERCES_DIR=xerces-c-3.2.4
XALAN_DIR=xalan_c-1.12
XMLSEC_DIR=xml-security-c-2.0.4
XSD=xsd-4.0.0-i686-macosx
Expand Down Expand Up @@ -115,7 +115,6 @@ function xerces {
rm -rf ${XERCES_DIR}
tar xf ${XERCES_DIR}.tar.xz
cd ${XERCES_DIR}
sed -ie 's!as_fn_error $? "cannot run test program while cross compiling!$as_echo_n "cannot run test program while cross compiling!' configure
sed -ie 's!SUBDIRS = doc src tests samples!SUBDIRS = src!' Makefile.in
case "${ARGS}" in
*ios*|*simulator*) XERCESCONFIGURE="${CONFIGURE} --enable-transcoder-iconv" ;;
Expand Down

0 comments on commit 9b763d1

Please sign in to comment.