mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-23 22:28:07 +00:00
remove dependency on CoreServices for exosip build
This commit is contained in:
parent
c6c7d662de
commit
b6535cd6de
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ AC_REQUIRE([LP_CHECK_OSIP2])
|
|||
|
||||
case $target_os in
|
||||
*darwin*)
|
||||
OSIP_LIBS="$OSIP_LIBS -framework CoreFoundation -framework CoreServices "
|
||||
OSIP_LIBS="$OSIP_LIBS -framework CoreFoundation "
|
||||
;;
|
||||
esac
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue