File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
.github/actions/configure-macos Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 99 - shell : bash
1010 run : |
1111 set -x
12+ BREW_OPT="$(brew --prefix)"/opt
1213 export PATH="/usr/local/opt/bison/bin:$PATH"
1314 export PKG_CONFIG_PATH="$PKG_CONFIG_PATH:/usr/local/opt/[email protected] /lib/pkgconfig" 1415 export PKG_CONFIG_PATH="$PKG_CONFIG_PATH:/usr/local/opt/curl/lib/pkgconfig"
1819 export PKG_CONFIG_PATH="$PKG_CONFIG_PATH:/usr/local/opt/libxslt/lib/pkgconfig"
1920 export PKG_CONFIG_PATH="$PKG_CONFIG_PATH:/usr/local/opt/zlib/lib/pkgconfig"
2021 export PKG_CONFIG_PATH="$PKG_CONFIG_PATH:/usr/local/opt/icu4c/lib/pkgconfig"
21- if test -f "$BREW_OPT/curl/lib/pkgconfig/libcurl.pc"; then
22- sed -i -e 's/Requires.private:.*//g' "$BREW_OPT/curl/lib/pkgconfig/libcurl.pc"
23- fi
22+ sed -i -e 's/Requires.private:.*//g' "$BREW_OPT/curl/lib/pkgconfig/libcurl.pc"
2423 ./buildconf --force
2524 ./configure \
2625 CFLAGS="-Wno-strict-prototypes -Wno-unused-but-set-variable -Wno-single-bit-bitfield-constant-conversion" \
You can’t perform that action at this time.
0 commit comments