mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-05-03 20:46:28 +00:00
Add some debug messages.
This commit is contained in:
parent
8e08894899
commit
1edccc54af
1 changed files with 4 additions and 0 deletions
|
|
@ -79,6 +79,10 @@ AC_SUBST(GUI_FLAGS)
|
|||
|
||||
case "$build_os" in
|
||||
*darwin*)
|
||||
echo "Defining HTTPS_CA_DIR"
|
||||
echo `which openssl`
|
||||
echo `openssl version -d`
|
||||
echo `openssl version -d | sed "s/OPENSSLDIR: \"\(.*\)\"/\1/"`
|
||||
HTTPS_CA_DIR=`openssl version -d | sed "s/OPENSSLDIR: \"\(.*\)\"/\1/"`
|
||||
;;
|
||||
esac
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue