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 d5d5e51 commit 0cc0f27Copy full SHA for 0cc0f27
.github/actions/configure-macos/action.yml
@@ -19,7 +19,7 @@ runs:
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
22
- CFLAGS='-Wno-strict-prototypes -Wno-unused-but-set-variable' ./configure \
+ CFLAGS='-Wno-strict-prototypes -Wno-unused-but-set-variable -Wno-single-bit-bitfield-constant-conversion' ./configure \
23
--enable-option-checking=fatal \
24
--prefix=/usr/local \
25
--enable-fpm \
0 commit comments