mirror of
https://github.com/libretro/RetroArch
synced 2025-02-20 15:40:44 +00:00
(OSX) Detect zlib properly for OSX
This commit is contained in:
parent
b1e15f3202
commit
4220dffb55
@ -254,7 +254,7 @@ else
|
||||
fi
|
||||
|
||||
if [ "$OS" = 'Darwin' ]; then
|
||||
check_lib ZLIB "-libz"
|
||||
check_lib ZLIB "-lz"
|
||||
else
|
||||
check_pkgconf ZLIB zlib
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user