Commit 8c8bf45
committed
Disable freetype for iOS/tvOS builds
The CI runners have Homebrew freetype installed for macOS, but
find_package picks it up during iOS/tvOS cross-compilation due
to permissive CMAKE_FIND_ROOT_PATH_MODE settings. Freetype is
not available in the iOS/tvOS SDKs, so disable it.1 parent 1625dcd commit 8c8bf45
1 file changed
+8
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
248 | 248 | | |
249 | 249 | | |
250 | 250 | | |
| 251 | + | |
| 252 | + | |
| 253 | + | |
| 254 | + | |
251 | 255 | | |
252 | 256 | | |
253 | 257 | | |
| |||
285 | 289 | | |
286 | 290 | | |
287 | 291 | | |
| 292 | + | |
| 293 | + | |
| 294 | + | |
| 295 | + | |
288 | 296 | | |
289 | 297 | | |
290 | 298 | | |
| |||
0 commit comments