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
parent
46b67d5457
commit
1e0fcf1e6c
|
@ -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})
|
||||
|
|
Loading…
Reference in New Issue