File tree Expand file tree Collapse file tree 1 file changed +0
-7
lines changed
.github/actions/configure-macos Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Original file line number Diff line number Diff line change 11
11
set -x
12
12
BREW_OPT="$(brew --prefix)"/opt
13
13
export PATH="$BREW_OPT/bison/bin:$PATH"
14
- ls -l $BREW_OPT
15
14
ln -s "$(brew --prefix)/bin/pkgconf" "$(brew --prefix)/bin/pkg-config"
16
15
export PKG_CONFIG_PATH="$BREW_OPT/openssl@3/lib/pkgconfig:$PKG_CONFIG_PATH"
17
16
export PKG_CONFIG_PATH="$BREW_OPT/curl/lib/pkgconfig:$PKG_CONFIG_PATH"
21
20
export PKG_CONFIG_PATH="$BREW_OPT/zlib/lib/pkgconfig:$PKG_CONFIG_PATH"
22
21
export PKG_CONFIG_PATH="$BREW_OPT/icu4c/lib/pkgconfig:$PKG_CONFIG_PATH"
23
22
export PKG_CONFIG_PATH="$BREW_OPT/openldap/lib/pkgconfig:$PKG_CONFIG_PATH"
24
- whereis pkgconf
25
- pkgconf --version
26
- pkg-config --version
27
- pkg-config --modversion libcurl
28
- pkg-config --libs libcurl
29
- exit 1
30
23
./buildconf --force
31
24
./configure \
32
25
--enable-option-checking=fatal \
You can’t perform that action at this time.
0 commit comments