BUILD: Fix missing frameworks for iOS static builds
This commit is contained in:
parent
248b96c36b
commit
4c16ecb47f
1 changed files with 5 additions and 1 deletions
4
configure
vendored
4
configure
vendored
|
@ -4653,8 +4653,12 @@ if test "$_libcurl" != "no"; then
|
|||
|
||||
if test -z "$_libcurlconfig"; then
|
||||
_libcurl=no
|
||||
else
|
||||
if test -n "$_staticlibpath"; then
|
||||
LIBCURL_LIBS=`$_libcurlconfig --static-libs`
|
||||
else
|
||||
LIBCURL_LIBS=`$_libcurlconfig --libs`
|
||||
fi
|
||||
LIBCURL_CFLAGS=`$_libcurlconfig --cflags`
|
||||
|
||||
case $_host_os in
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue