Skip to content

Commit

Permalink
Fix macos-test make recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
xdev committed Oct 24, 2023
1 parent abe1cc9 commit 8d8c091
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 8d8c091

Please sign in to comment.