We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cb8b145 + 1212075 commit c1d6637Copy full SHA for c1d6637
.github/workflows/cmake.yml
@@ -91,9 +91,6 @@ jobs:
91
shell: bash
92
run: |
93
set -e
94
- 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
95
- export LDFLAGS="-L/usr/local/opt/icu4c/lib"
96
- export CPPFLAGS="-I/usr/local/opt/icu4c/include"
97
mkdir build
98
mkdir inst
99
cmake \
0 commit comments