From da0f87458b0abbd59ef47d89f54a029a323d2d1f Mon Sep 17 00:00:00 2001 From: Stan Date: Sat, 9 May 2020 10:34:34 +0000 Subject: [PATCH] Fix the build script failing to get ICU. Use the github mirror instead, Update from 59.1 to 59.2 Accepted by: @Itms Patch by: @Krinkle Differential Revision: https://code.wildfiregames.com/D2717 This was SVN commit r23644. --- libraries/osx/build-osx-libs.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libraries/osx/build-osx-libs.sh b/libraries/osx/build-osx-libs.sh index 2a6734cd25..cddcedd905 100755 --- a/libraries/osx/build-osx-libs.sh +++ b/libraries/osx/build-osx-libs.sh @@ -41,7 +41,7 @@ GNUTLS_VERSION="gnutls-3.6.8" GLOOX_VERSION="gloox-1.0.22" # OS X only includes part of ICU, and only the dylib # NOTE: remember to also update LIB_URL below when changing version -ICU_VERSION="icu4c-59_1" +ICU_VERSION="icu4c-59_2" ENET_VERSION="enet-1.3.13" MINIUPNPC_VERSION="miniupnpc-2.0.20180222" SODIUM_VERSION="libsodium-1.0.18" @@ -754,7 +754,7 @@ echo -e "Building ICU..." LIB_VERSION="${ICU_VERSION}" LIB_ARCHIVE="$LIB_VERSION-src.tgz" LIB_DIRECTORY="icu" -LIB_URL="http://download.icu-project.org/files/icu4c/59.1/" +LIB_URL="https://github.com/unicode-org/icu/releases/download/release-59-2/" mkdir -p $LIB_DIRECTORY pushd icu > /dev/null