OS X: bundle Freetype.

I erroneously believed that Freetype was shipped with OS X, whereas
it is not, and so we need to ship it ourselves.
pull/4/head
whitequark 2016-04-08 10:23:39 +00:00
parent 46b67d5457
commit 1e0fcf1e6c
1 changed files with 2 additions and 1 deletions

View File

@ -153,7 +153,8 @@ elseif(APPLE)
unix/solvespace-48x48.png)
set(platform_BUNDLED_LIBS
${PNG_LIBRARIES})
${PNG_LIBRARIES}
${FREETYPE_LIBRARIES})
set(platform_LIBRARIES
${APPKIT_LIBRARY})