This commit is contained in:
Phillip Stephens 2020-06-13 20:44:15 -07:00
parent 0bc400b4d9
commit 347d807a23
Signed by: Antidote
GPG Key ID: F8BEE4C83DACA60D
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
if(NOT WIN32) # remove when specter/freetype is gone
find_library(ZLIB_LIB zlib)
find_library(ZLIB_LIB NAMES zlib z)
endif()
if(NOT ZLIB_LIB)
message(STATUS "Using Athena's built-in zlib")