[curlpp] fix abs path (#42722)

This commit is contained in:
Alexander Neumann 2024-12-17 21:00:20 +01:00 committed by GitHub
parent 8cbc1d7ab8
commit 2434e488f0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 9 additions and 2 deletions

View File

@ -29,8 +29,10 @@ endif()
if(VCPKG_TARGET_IS_WINDOWS AND NOT (VCPKG_LIBRARY_LINKAGE STREQUAL static))
vcpkg_replace_string("${CURRENT_PACKAGES_DIR}/bin/curlpp-config" "${CURRENT_PACKAGES_DIR}" "`dirname $0`/..")
vcpkg_replace_string("${CURRENT_PACKAGES_DIR}/bin/curlpp-config" "${CURRENT_INSTALLED_DIR}" "$(prefix)" IGNORE_UNCHANGED)
if(NOT VCPKG_BUILD_TYPE)
vcpkg_replace_string("${CURRENT_PACKAGES_DIR}/debug/bin/curlpp-config" "${CURRENT_PACKAGES_DIR}" "`dirname $0`/../..")
vcpkg_replace_string("${CURRENT_PACKAGES_DIR}/debug/bin/curlpp-config" "${CURRENT_INSTALLED_DIR}" "$(prefix)" IGNORE_UNCHANGED)
endif()
endif()

View File

@ -1,7 +1,7 @@
{
"name": "curlpp",
"version-date": "2018-06-15",
"port-version": 10,
"port-version": 11,
"description": "C++ wrapper around libcURL",
"homepage": "https://github.com/jpbarrette/curlpp",
"license": "MIT",

View File

@ -2150,7 +2150,7 @@
},
"curlpp": {
"baseline": "2018-06-15",
"port-version": 10
"port-version": 11
},
"cute-headers": {
"baseline": "2019-09-20",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "ee3e61bbeeae596f013c978b2f2c2550092f3548",
"version-date": "2018-06-15",
"port-version": 11
},
{
"git-tree": "f0a72e60279d7929599cd47abf01c243d7ee0e69",
"version-date": "2018-06-15",