[harfbuzz] fix iOS build (#27585)

Co-authored-by: Aleksandr Drozdov <aleksandr.drozdov@evomarine.ru>
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
Co-authored-by: Monica <v-liumonica@microsoft.com>
This commit is contained in:
dr-aleksandr 2022-11-09 21:36:22 +03:00 committed by GitHub
parent 87db66d8cb
commit d7e4ae176d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 10 additions and 3 deletions

View File

@ -31,7 +31,9 @@ set(HARFBUZZ_FEATURES @FEATURES@)
if(APPLE)
find_library(APPLICATIONSERVICES_LIBRARY ApplicationServices)
target_link_libraries(harfbuzz INTERFACE ${APPLICATIONSERVICES_LIBRARY})
if(APPLICATIONSERVICES_LIBRARY)
target_link_libraries(harfbuzz INTERFACE ${APPLICATIONSERVICES_LIBRARY})
endif()
endif()
find_dependency(freetype CONFIG)

View File

@ -1,7 +1,7 @@
{
"name": "harfbuzz",
"version": "5.0.1",
"port-version": 2,
"port-version": 3,
"description": "HarfBuzz OpenType text shaping engine",
"homepage": "https://github.com/harfbuzz/harfbuzz",
"license": "MIT-Modern-Variant",

View File

@ -2858,7 +2858,7 @@
},
"harfbuzz": {
"baseline": "5.0.1",
"port-version": 2
"port-version": 3
},
"hash-library": {
"baseline": "8",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "b649285d2988a5388e2a4cb1b74f9348d005c8f0",
"version": "5.0.1",
"port-version": 3
},
{
"git-tree": "64cea6fad2515aeabcdb82768bbb9b4b30db7af6",
"version": "5.0.1",