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 1111 set -x
1212 BREW_OPT="$(brew --prefix)"/opt
1313 export PATH="$BREW_OPT/bison/bin:$PATH"
14- ls -l $BREW_OPT
1514 ln -s "$(brew --prefix)/bin/pkgconf" "$(brew --prefix)/bin/pkg-config"
1615 export PKG_CONFIG_PATH="$BREW_OPT/openssl@3/lib/pkgconfig:$PKG_CONFIG_PATH"
1716 export PKG_CONFIG_PATH="$BREW_OPT/curl/lib/pkgconfig:$PKG_CONFIG_PATH"
2120 export PKG_CONFIG_PATH="$BREW_OPT/zlib/lib/pkgconfig:$PKG_CONFIG_PATH"
2221 export PKG_CONFIG_PATH="$BREW_OPT/icu4c/lib/pkgconfig:$PKG_CONFIG_PATH"
2322 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
3023 ./buildconf --force
3124 ./configure \
3225 --enable-option-checking=fatal \
You can’t perform that action at this time.
0 commit comments