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.
1 parent df0a6df commit fa9bd77Copy full SHA for fa9bd77
.github/actions/configure-macos/action.yml
@@ -18,7 +18,7 @@ runs:
18
export PKG_CONFIG_PATH="$PKG_CONFIG_PATH:/usr/local/opt/libxslt/lib/pkgconfig"
19
export PKG_CONFIG_PATH="$PKG_CONFIG_PATH:/usr/local/opt/zlib/lib/pkgconfig"
20
export PKG_CONFIG_PATH="$PKG_CONFIG_PATH:/usr/local/opt/icu4c/lib/pkgconfig"
21
- ./buildconf --force
+ CFLAGS=-Wno-strict-prototypes ./buildconf --force
22
./configure \
23
--enable-option-checking=fatal \
24
--prefix=/usr/local \
0 commit comments