File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
.github/actions/configure-macos Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1212 BREW_OPT="$(brew --prefix)"/opt
1313 export PATH="$BREW_OPT/bison/bin:$PATH"
1414 ls -l $BREW_OPT
15- ln -s "$BREW_OPT/pkgconf" "$BREW_OPT/pkg-config"
16- ls -l $BREW_OPT
15+ ln -s "$BREW_OPT/pkgconf/bin/pkgconf" "$BREW_OPT/pkgconf/bin/pkg-config"
1716 export PKG_CONFIG_PATH="$BREW_OPT/openssl@3/lib/pkgconfig:$PKG_CONFIG_PATH"
1817 export PKG_CONFIG_PATH="$BREW_OPT/curl/lib/pkgconfig:$PKG_CONFIG_PATH"
1918 export PKG_CONFIG_PATH="$BREW_OPT/libffi/lib/pkgconfig:$PKG_CONFIG_PATH"
2221 export PKG_CONFIG_PATH="$BREW_OPT/zlib/lib/pkgconfig:$PKG_CONFIG_PATH"
2322 export PKG_CONFIG_PATH="$BREW_OPT/icu4c/lib/pkgconfig:$PKG_CONFIG_PATH"
2423 export PKG_CONFIG_PATH="$BREW_OPT/openldap/lib/pkgconfig:$PKG_CONFIG_PATH"
24+ pkgconf --version
2525 pkg-config --version
2626 pkg-config --modversion libcurl
2727 pkg-config --libs libcurl
You can’t perform that action at this time.
0 commit comments