mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-01-26 21:36:26 +00:00
Treat detection of zlib differently for OSX
This commit is contained in:
parent
e9c26d3bf8
commit
b1e15f3202
@ -253,7 +253,11 @@ else
|
||||
HAVE_CG='no'
|
||||
fi
|
||||
|
||||
check_pkgconf ZLIB zlib
|
||||
if [ "$OS" = 'Darwin' ]; then
|
||||
check_lib ZLIB "-libz"
|
||||
else
|
||||
check_pkgconf ZLIB zlib
|
||||
fi
|
||||
|
||||
if [ "$HAVE_THREADS" != 'no' ]; then
|
||||
if [ "$HAVE_FFMPEG" != 'no' ]; then
|
||||
|
Loading…
x
Reference in New Issue
Block a user