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:
Stenzek
2024-03-26 00:45:04 +10:00
parent 3e8dd2c374
commit 98d2d866d6
2 changed files with 10 additions and 9 deletions

View File

@ -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)