mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-04 01:46:42 +00:00
BUILD: Fix missing frameworks for iOS static builds
This commit is contained in:
parent
248b96c36b
commit
4c16ecb47f
6
configure
vendored
6
configure
vendored
@ -4654,7 +4654,11 @@ if test "$_libcurl" != "no"; then
|
||||
if test -z "$_libcurlconfig"; then
|
||||
_libcurl=no
|
||||
else
|
||||
LIBCURL_LIBS=`$_libcurlconfig --libs`
|
||||
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…
x
Reference in New Issue
Block a user