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 3d74810 commit b1fbadfCopy full SHA for b1fbadf
.github/actions/configure-macos/action.yml
@@ -19,7 +19,8 @@ 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";
+ sed -i -e 's/Requires\.private:.*//g' "$BREW_OPT/curl/lib/pkgconfig/libcurl.pc"
23
+ cat "$BREW_OPT/curl/lib/pkgconfig/libcurl.pc"
24
pkg-config --version
25
pkg-config --modversion libcurl
26
pkg-config --libs libcurl
0 commit comments