From d44c88ad64499265ca64ac0d1ffc456a5b262092 Mon Sep 17 00:00:00 2001 From: snoe925 Date: Tue, 4 Aug 2020 19:23:48 -0500 Subject: [PATCH] Change ICU_VERSION_U from . to - --- make-linux | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make-linux b/make-linux index c86bb2d..4ff0af4 100755 --- a/make-linux +++ b/make-linux @@ -53,7 +53,7 @@ set_icu_version() { exit 1 esac - export ICU_VERSION_U=${ICU_VERSION//./_} + export ICU_VERSION_U=${ICU_VERSION//-/_} } add_prebuilt_lib() {