[Scummvm-git-logs] scummvm master -> 74d6531b9aba8e6df85e61bc04de562ca3971f2b
sev-
sev at scummvm.org
Tue Sep 17 08:36:03 CEST 2019
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
74d6531b9a CONFIGURE: Fix libcurl detection for macOS
Commit: 74d6531b9aba8e6df85e61bc04de562ca3971f2b
https://github.com/scummvm/scummvm/commit/74d6531b9aba8e6df85e61bc04de562ca3971f2b
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2019-09-17T08:35:52+02:00
Commit Message:
CONFIGURE: Fix libcurl detection for macOS
Changed paths:
configure
diff --git a/configure b/configure
index fcc16b8..421d8eb 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"
;;
More information about the Scummvm-git-logs
mailing list