mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-14 13:54:46 +08:00
[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:
parent
87db66d8cb
commit
d7e4ae176d
@ -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)
|
||||
|
@ -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",
|
||||
|
@ -2858,7 +2858,7 @@
|
||||
},
|
||||
"harfbuzz": {
|
||||
"baseline": "5.0.1",
|
||||
"port-version": 2
|
||||
"port-version": 3
|
||||
},
|
||||
"hash-library": {
|
||||
"baseline": "8",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "b649285d2988a5388e2a4cb1b74f9348d005c8f0",
|
||||
"version": "5.0.1",
|
||||
"port-version": 3
|
||||
},
|
||||
{
|
||||
"git-tree": "64cea6fad2515aeabcdb82768bbb9b4b30db7af6",
|
||||
"version": "5.0.1",
|
||||
|
Loading…
x
Reference in New Issue
Block a user