File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
.github/actions/configure-macos Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change 1010 run : |
1111 set -x
1212 BREW_OPT="$(brew --prefix)"/opt
13- ls "$BREW_OPT/curl/lib/pkgconfig"
14- cat "$BREW_OPT/curl/lib/pkgconfig/libcurl.pc"
1513 export PATH="$BREW_OPT/bison/bin:$PATH"
1614 export PKG_CONFIG_PATH="$BREW_OPT/openssl@3/lib/pkgconfig:$PKG_CONFIG_PATH"
1715 export PKG_CONFIG_PATH="$BREW_OPT/curl/lib/pkgconfig:$PKG_CONFIG_PATH"
2119 export PKG_CONFIG_PATH="$BREW_OPT/zlib/lib/pkgconfig:$PKG_CONFIG_PATH"
2220 export PKG_CONFIG_PATH="$BREW_OPT/icu4c/lib/pkgconfig:$PKG_CONFIG_PATH"
2321 export PKG_CONFIG_PATH="$BREW_OPT/openldap/lib/pkgconfig:$PKG_CONFIG_PATH"
22+ pkg-config --version
2423 pkg-config --modversion libcurl
2524 pkg-config --libs libcurl
26- brew deps --tree --installed
2725 ./buildconf --force
2826 ./configure \
2927 --enable-option-checking=fatal \
You can’t perform that action at this time.
0 commit comments