aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xconfigure4
1 files changed, 4 insertions, 0 deletions
diff --git a/configure b/configure
index fcc16b81f0..421d8ebbf0 100755
--- a/configure
+++ b/configure
@@ -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"
;;