Skip to content

Commit

Permalink
Update cmake.yml
Browse files Browse the repository at this point in the history
github action cmake macos: add setting for compilers to find icu4c
  • Loading branch information
zdenop committed Nov 10, 2022
1 parent fd83f3d commit 78bcc0d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,8 @@ jobs:
run: |
set -e
export PKG_CONFIG_PATH=$(brew --prefix)/opt/icu4c/lib/pkgconfig:$(brew --prefix)/opt/libarchive/lib/pkgconfig:/$(brew --prefix)/opt/libffi/lib/pkgconfig:$PKG_CONFIG_PATH
export LDFLAGS="-L/usr/local/opt/icu4c/lib"
export CPPFLAGS="-I/usr/local/opt/icu4c/include"
mkdir build
mkdir inst
cmake \
Expand Down

0 comments on commit 78bcc0d

Please sign in to comment.