mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 12:25:33 +08:00
Use absolute path for pkgconfig (#33425)
This commit is contained in:
parent
8218500ddf
commit
a17ccd69e2
@ -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": [
|
||||
|
@ -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}")
|
||||
|
||||
|
@ -8573,7 +8573,7 @@
|
||||
"port-version": 0
|
||||
},
|
||||
"vcpkg-pkgconfig-get-modules": {
|
||||
"baseline": "2023-02-25",
|
||||
"baseline": "2023-09-06",
|
||||
"port-version": 0
|
||||
},
|
||||
"vcpkg-qmake": {
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "365f7303c0f9fe13458a62e7e4998760e6d918a4",
|
||||
"version-date": "2023-09-06",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "57e857fda6b1dadd02036d9c012963db900bfc33",
|
||||
"version-date": "2023-02-25",
|
||||
|
Loading…
Reference in New Issue
Block a user