mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 04:59:00 +08:00
[harfbuzz] always fix pc files (#26098)
* harfbuzz always fix pc files * v db
This commit is contained in:
parent
f06a2f2b49
commit
f594392b9d
@ -56,7 +56,7 @@ vcpkg_install_meson()
|
||||
vcpkg_copy_pdbs()
|
||||
vcpkg_fixup_pkgconfig()
|
||||
|
||||
if(VCPKG_TARGET_IS_WINDOWS AND VCPKG_LIBRARY_LINKAGE STREQUAL "static")
|
||||
if(VCPKG_TARGET_IS_WINDOWS)
|
||||
file(GLOB PC_FILES
|
||||
"${CURRENT_PACKAGES_DIR}/debug/lib/pkgconfig/*.pc"
|
||||
"${CURRENT_PACKAGES_DIR}/lib/pkgconfig/*.pc")
|
||||
|
@ -1,6 +1,7 @@
|
||||
{
|
||||
"name": "harfbuzz",
|
||||
"version": "5.0.1",
|
||||
"port-version": 1,
|
||||
"description": "HarfBuzz OpenType text shaping engine",
|
||||
"homepage": "https://github.com/harfbuzz/harfbuzz",
|
||||
"license": "MIT-Modern-Variant",
|
||||
|
@ -2790,7 +2790,7 @@
|
||||
},
|
||||
"harfbuzz": {
|
||||
"baseline": "5.0.1",
|
||||
"port-version": 0
|
||||
"port-version": 1
|
||||
},
|
||||
"hash-library": {
|
||||
"baseline": "8",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "890fd1dc4836a76fac4de6ee409c762ac0afe587",
|
||||
"version": "5.0.1",
|
||||
"port-version": 1
|
||||
},
|
||||
{
|
||||
"git-tree": "bfe57115dd9a78a72cbbaadf756e83bbbff449ed",
|
||||
"version": "5.0.1",
|
||||
|
Loading…
Reference in New Issue
Block a user