mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-26 01:30:55 +08:00
[curlpp] fix abs path (#42722)
This commit is contained in:
parent
8cbc1d7ab8
commit
2434e488f0
@ -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()
|
||||
|
||||
|
@ -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",
|
||||
|
@ -2150,7 +2150,7 @@
|
||||
},
|
||||
"curlpp": {
|
||||
"baseline": "2018-06-15",
|
||||
"port-version": 10
|
||||
"port-version": 11
|
||||
},
|
||||
"cute-headers": {
|
||||
"baseline": "2019-09-20",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "ee3e61bbeeae596f013c978b2f2c2550092f3548",
|
||||
"version-date": "2018-06-15",
|
||||
"port-version": 11
|
||||
},
|
||||
{
|
||||
"git-tree": "f0a72e60279d7929599cd47abf01c243d7ee0e69",
|
||||
"version-date": "2018-06-15",
|
||||
|
Loading…
x
Reference in New Issue
Block a user