File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
.github/actions/configure-macos Expand file tree Collapse file tree 1 file changed +4
-0
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"
1315 export PATH="$BREW_OPT/bison/bin:$PATH"
1416 export PKG_CONFIG_PATH="$BREW_OPT/openssl@3/lib/pkgconfig:$PKG_CONFIG_PATH"
1517 export PKG_CONFIG_PATH="$BREW_OPT/curl/lib/pkgconfig:$PKG_CONFIG_PATH"
1921 export PKG_CONFIG_PATH="$BREW_OPT/zlib/lib/pkgconfig:$PKG_CONFIG_PATH"
2022 export PKG_CONFIG_PATH="$BREW_OPT/icu4c/lib/pkgconfig:$PKG_CONFIG_PATH"
2123 export PKG_CONFIG_PATH="$BREW_OPT/openldap/lib/pkgconfig:$PKG_CONFIG_PATH"
24+ pkg-config --modversion libcurl
25+ pkg-config --libs libcurl
2226 brew deps --tree --installed
2327 ./buildconf --force
2428 ./configure \
You can’t perform that action at this time.
0 commit comments