From c49693f22533663514a37c6d5ff68b4670171a55 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gabriel=20F=C3=A9ron?= Date: Tue, 24 Oct 2023 11:20:36 +0200 Subject: [PATCH] Fix macos-test make recipe --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 0a8c5b7c..2ac5bf5c 100644 --- a/Makefile +++ b/Makefile @@ -77,6 +77,7 @@ docker-test: macos-test: brew install icu4c RUST_ICU_LINK_SEARCH_DIR=$(brew --prefix)/opt/icu4c/lib \ + RUST_ICU_MAJOR_VERSION_NUMBER=${RUST_ICU_MAJOR_VERSION_NUMBER} \ cargo test --no-default-features --features=icu_version_64_plus,icu_version_67_plus,icu_version_68_plus,icu_version_in_env,renaming,static .PHONY: macos-test