diff options
-rwxr-xr-x | configure | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -4730,6 +4730,10 @@ if test "$_libcurl" != "no"; then amigaos*) append_var LIBCURL_LIBS "-lpthread" ;; + # macOS does not allow static libs, overriding + darwin*) + LIBCURL_LIBS=`$_libcurlconfig --libs` + ;; psp2*) append_var LIBCURL_LIBS "-lssl -lcrypto" ;; |