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.
This commit is contained in:
parent
46b67d5457
commit
1e0fcf1e6c
@ -153,7 +153,8 @@ elseif(APPLE)
|
|||||||
unix/solvespace-48x48.png)
|
unix/solvespace-48x48.png)
|
||||||
|
|
||||||
set(platform_BUNDLED_LIBS
|
set(platform_BUNDLED_LIBS
|
||||||
${PNG_LIBRARIES})
|
${PNG_LIBRARIES}
|
||||||
|
${FREETYPE_LIBRARIES})
|
||||||
|
|
||||||
set(platform_LIBRARIES
|
set(platform_LIBRARIES
|
||||||
${APPKIT_LIBRARY})
|
${APPKIT_LIBRARY})
|
||||||
|
Loading…
Reference in New Issue
Block a user