2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-07-12 11:25:53 +00:00
This commit is contained in:
Luke Street 2020-06-25 21:27:31 -04:00
parent 3c461033a9
commit fef21c0a8b

View File

@ -1,4 +1,4 @@
if(NOT WIN32 AND NOT APPLe) # remove WIN32 when specter/freetype is gone
if(NOT WIN32 AND NOT APPLE) # remove WIN32 when specter/freetype is gone
find_library(PNG_LIB NAMES png libpng)
endif()
if(NOT PNG_LIB)