OS X: fix typo in build system.

This commit is contained in:
whitequark 2016-06-19 19:46:51 +00:00
parent 8fd572d449
commit 478973eb3c

View File

@ -154,7 +154,7 @@ if(WIN32)
"${CMAKE_SOURCE_DIR}/extlib/si/siapp.lib")
endif()
elseif(APPLE)
set(CMAKE_FIND_FRAMEWORKS LAST)
set(CMAKE_FIND_FRAMEWORK LAST)
find_package(PNG REQUIRED)
find_package(Freetype REQUIRED)