OS X: fix typo in build system.

pull/19/head
whitequark 2016-06-19 19:46:51 +00:00
parent fb62e0494b
commit e0283b2d2e
1 changed files with 1 additions and 1 deletions

View File

@ -176,7 +176,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)