From aae8ed8bb73c0dc8221954a51d31e069e8be786e Mon Sep 17 00:00:00 2001 From: Oliver Bock <oliver.bock@aei.mpg.de> Date: Wed, 3 Sep 2008 10:28:42 +0200 Subject: [PATCH] Minor fix (wrong config script name) --- build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sh b/build.sh index 716e4b0..d71ae06 100755 --- a/build.sh +++ b/build.sh @@ -323,8 +323,8 @@ build_generic_win32() echo "Building libxml2 (this may take a while)..." | tee -a $LOGFILE cd $ROOT/3rdparty/libxml2 || failure chmod +x configure >> $LOGFILE 2>&1 || failure - if [ -f "$PREFIX/$TARGET_HOST/bin/$TARGET_HOST-libxml-2.0-config" ]; then - LIBXML2_CONFIG="$PREFIX/$TARGET_HOST/bin/$TARGET_HOST-libxml-2.0-config" + if [ -f "$PREFIX/$TARGET_HOST/bin/$TARGET_HOST-xml2-config" ]; then + LIBXML2_CONFIG="$PREFIX/$TARGET_HOST/bin/$TARGET_HOST-xml2-config" export LIBXML2_CONFIG echo "Cross-compile LIBXML2_CONFIG: $LIBXML2_CONFIG" >> $LOGFILE fi -- GitLab