We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd7c579 commit 3d74810Copy full SHA for 3d74810
.github/actions/configure-macos/action.yml
@@ -19,6 +19,12 @@ runs:
19
export PKG_CONFIG_PATH="$BREW_OPT/libxslt/lib/pkgconfig:$PKG_CONFIG_PATH"
20
export PKG_CONFIG_PATH="$BREW_OPT/zlib/lib/pkgconfig:$PKG_CONFIG_PATH"
21
export PKG_CONFIG_PATH="$BREW_OPT/icu4c/lib/pkgconfig:$PKG_CONFIG_PATH"
22
+ cat "$BREW_OPT/curl/lib/pkgconfig/libcurl.pc";
23
+ pkg-config --version
24
+ pkg-config --modversion libcurl
25
+ pkg-config --libs libcurl
26
+ pkg-config --cflags libcurl
27
+ exit 1
28
./buildconf --force
29
./configure \
30
--enable-option-checking=fatal \
0 commit comments