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 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"
15
13
export PATH="$BREW_OPT/bison/bin:$PATH"
16
14
export PKG_CONFIG_PATH="$BREW_OPT/openssl@3/lib/pkgconfig:$PKG_CONFIG_PATH"
17
15
export PKG_CONFIG_PATH="$BREW_OPT/curl/lib/pkgconfig:$PKG_CONFIG_PATH"
21
19
export PKG_CONFIG_PATH="$BREW_OPT/zlib/lib/pkgconfig:$PKG_CONFIG_PATH"
22
20
export PKG_CONFIG_PATH="$BREW_OPT/icu4c/lib/pkgconfig:$PKG_CONFIG_PATH"
23
21
export PKG_CONFIG_PATH="$BREW_OPT/openldap/lib/pkgconfig:$PKG_CONFIG_PATH"
22
+ pkg-config --version
24
23
pkg-config --modversion libcurl
25
24
pkg-config --libs libcurl
26
- brew deps --tree --installed
27
25
./buildconf --force
28
26
./configure \
29
27
--enable-option-checking=fatal \
You can’t perform that action at this time.
0 commit comments