mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-26 04:35:16 +00:00
MORPHOS: Fix configure
This commit is contained in:
parent
94b31c086d
commit
ead34d3fc6
5
configure
vendored
5
configure
vendored
@ -4746,16 +4746,13 @@ if test "$_libcurl" != "no"; then
|
||||
LIBCURL_CFLAGS=`$_libcurlconfig --cflags`
|
||||
|
||||
case $_host_os in
|
||||
amigaos*)
|
||||
amigaos* | morphos*)
|
||||
append_var LIBCURL_LIBS "-lpthread"
|
||||
;;
|
||||
# macOS does not allow static libs, overriding
|
||||
darwin*)
|
||||
LIBCURL_LIBS=`$_libcurlconfig --libs`
|
||||
;;
|
||||
morphos*)
|
||||
append_var LIBCURL_LIBS "-lpthread"
|
||||
;;
|
||||
psp2*)
|
||||
append_var LIBCURL_LIBS "-lssl -lcrypto"
|
||||
;;
|
||||
|
Loading…
x
Reference in New Issue
Block a user