mirror of https://github.com/libAthena/athena.git
Fix zlib
This commit is contained in:
parent
0bc400b4d9
commit
347d807a23
|
@ -1,5 +1,5 @@
|
||||||
if(NOT WIN32) # remove when specter/freetype is gone
|
if(NOT WIN32) # remove when specter/freetype is gone
|
||||||
find_library(ZLIB_LIB zlib)
|
find_library(ZLIB_LIB NAMES zlib z)
|
||||||
endif()
|
endif()
|
||||||
if(NOT ZLIB_LIB)
|
if(NOT ZLIB_LIB)
|
||||||
message(STATUS "Using Athena's built-in zlib")
|
message(STATUS "Using Athena's built-in zlib")
|
||||||
|
|
Loading…
Reference in New Issue