Skip to content

Commit

Permalink
test(debug): package config debug
Browse files Browse the repository at this point in the history
  • Loading branch information
parfeon committed Nov 20, 2024
1 parent 91cba6f commit 72c3aa1
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,7 @@ if [[ "$1" == "ubuntu" ]]; then

export PKG_CONFIG_PATH=/usr/lib/x86_64-linux-gnu/pkgconfig:$PKG_CONFIG_PATH
echo "----"
pkg-config list-package-names
echo "----"
pkg-config --exists openssl
pkg-config --list-package-names
echo "----"
echo "CFLAGS 1: '$(pkg-config --print-errors --no-cache --debug --path --cflags openssl)'"
echo "LIBS 1: '$(pkg-config --print-errors --no-cache --debug --path --libs openssl)'"
Expand Down

0 comments on commit 72c3aa1

Please sign in to comment.