mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-13 08:25:46 -04:00
CI: Use OS zlib for MacOS
Because the updater doesn't get fixup'd, so the dylib doesn't get added to its bundle.
This commit is contained in:
@ -11,7 +11,7 @@ if(NOT WIN32 AND NOT ANDROID)
|
||||
|
||||
find_package(Zstd 1.5.5 REQUIRED)
|
||||
find_package(WebP REQUIRED) # v1.3.2, spews an error on Linux because no pkg-config.
|
||||
find_package(ZLIB 1.3 REQUIRED)
|
||||
find_package(ZLIB REQUIRED) # 1.3, but Mac currently doesn't use it.
|
||||
find_package(PNG 1.6.40 REQUIRED)
|
||||
find_package(JPEG REQUIRED) # No version because flatpak uses libjpeg-turbo.
|
||||
find_package(CURL REQUIRED)
|
||||
|
Reference in New Issue
Block a user