mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-08 14:24:56 +00:00
Fix typo
This commit is contained in:
2
hecl/extern/libpng/CMakeLists.txt
vendored
2
hecl/extern/libpng/CMakeLists.txt
vendored
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user