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 4c97cb9 commit cd04ac4
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ if [[ "$1" == "ubuntu" ]]; then
fi

export PKG_CONFIG_PATH=/usr/lib/x86_64-linux-gnu/pkgconfig:$PKG_CONFIG_PATH
echo "CFLAGS: '$(pkg-config --debug --cflags openssl)'"
echo "LIBS: '$(pkg-config --debug --libs openssl)'"
echo "CFLAGS: '$(pkg-config --debug --static --cflags openssl)'"
echo "LIBS: '$(pkg-config --debug --static --libs openssl)'"
fi

echo "::group::Run unit tests ('$1' $CC / $CXX)"
Expand Down

0 comments on commit cd04ac4

Please sign in to comment.