Skip to content

Commit 52fd11c

Browse files
committed
moar
1 parent 4a88cc4 commit 52fd11c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/actions/configure-macos/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@ runs:
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"
@@ -22,6 +21,7 @@ runs:
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

0 commit comments

Comments
 (0)