From 85135b9267b59e1cb6c7286f94af7d5dfeb1ff9a Mon Sep 17 00:00:00 2001 From: "Scott E. Graves" Date: Thu, 11 Jul 2024 20:38:02 -0500 Subject: [PATCH] updated build system --- scripts/make_common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/make_common.sh b/scripts/make_common.sh index dd5ca894..6d7b9c26 100755 --- a/scripts/make_common.sh +++ b/scripts/make_common.sh @@ -38,7 +38,7 @@ popd popd if [ "${PROJECT_IS_MINGW}" != "1" ] && [ "${PROJECT_REQUIRE_ALPINE}" == "ON" ]; then - rsync -av --progress /usr/share/icu/74.1/ "${PROJECT_DIST_DIR}/icu/" + rsync -av --progress /usr/share/icu/74.2/ "${PROJECT_DIST_DIR}/icu/" fi if [ "${PROJECT_BUILD_SHARED_LIBS}" == "ON" ] && [ "${PROJECT_IS_MINGW}" != "1" ]; then