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 10
10
run : |
11
11
set -x
12
12
BREW_OPT="$(brew --prefix)"/opt
13
+ ls "$BREW_OPT/curl/lib/pkgconfig"
14
+ cat "$BREW_OPT/curl/lib/pkgconfig/libcurl.pc"
13
15
export PATH="$BREW_OPT/bison/bin:$PATH"
14
16
export PKG_CONFIG_PATH="$BREW_OPT/openssl@3/lib/pkgconfig:$PKG_CONFIG_PATH"
15
17
export PKG_CONFIG_PATH="$BREW_OPT/curl/lib/pkgconfig:$PKG_CONFIG_PATH"
19
21
export PKG_CONFIG_PATH="$BREW_OPT/zlib/lib/pkgconfig:$PKG_CONFIG_PATH"
20
22
export PKG_CONFIG_PATH="$BREW_OPT/icu4c/lib/pkgconfig:$PKG_CONFIG_PATH"
21
23
export PKG_CONFIG_PATH="$BREW_OPT/openldap/lib/pkgconfig:$PKG_CONFIG_PATH"
24
+ pkg-config --modversion libcurl
25
+ pkg-config --libs libcurl
22
26
brew deps --tree --installed
23
27
./buildconf --force
24
28
./configure \
You can’t perform that action at this time.
0 commit comments