Use absolute path for pkgconfig (#33425)

This commit is contained in:
Frederik Carlier 2023-09-07 22:09:39 +02:00 committed by GitHub
parent 8218500ddf
commit a17ccd69e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 8 additions and 3 deletions

View File

@ -1,6 +1,6 @@
{
"name": "vcpkg-pkgconfig-get-modules",
"version-date": "2023-02-25",
"version-date": "2023-09-06",
"documentation": "https://vcpkg.io/en/docs/README.html",
"license": "MIT",
"dependencies": [

View File

@ -16,7 +16,7 @@ function(x_vcpkg_pkgconfig_get_modules)
set(msvc "--msvc-syntax")
endif()
set(PKGCONFIG "${CURRENT_INSTALLED_DIR}/../@HOST_TRIPLET@/tools/pkgconf/pkgconf@VCPKG_HOST_EXECUTABLE_SUFFIX@")
set(PKGCONFIG "${CURRENT_HOST_INSTALLED_DIR}/tools/pkgconf/pkgconf@VCPKG_HOST_EXECUTABLE_SUFFIX@")
set(backup_PKG_CONFIG_PATH "$ENV{PKG_CONFIG_PATH}")

View File

@ -8573,7 +8573,7 @@
"port-version": 0
},
"vcpkg-pkgconfig-get-modules": {
"baseline": "2023-02-25",
"baseline": "2023-09-06",
"port-version": 0
},
"vcpkg-qmake": {

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "365f7303c0f9fe13458a62e7e4998760e6d918a4",
"version-date": "2023-09-06",
"port-version": 0
},
{
"git-tree": "57e857fda6b1dadd02036d9c012963db900bfc33",
"version-date": "2023-02-25",