mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 23:29:03 +08:00
[freerdp] no absolute paths (#22335)
This commit is contained in:
parent
98b9ea03f8
commit
c9b9ea80f1
@ -139,5 +139,7 @@ file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include"
|
||||
|
||||
|
||||
vcpkg_replace_string("${CURRENT_PACKAGES_DIR}/include/freerdp/build-config.h" "${CURRENT_BUILDTREES_DIR}/${TARGET_TRIPLET}-rel" ".")
|
||||
vcpkg_replace_string("${CURRENT_PACKAGES_DIR}/include/freerdp/build-config.h" "${CURRENT_PACKAGES_DIR}/" "")
|
||||
vcpkg_replace_string("${CURRENT_PACKAGES_DIR}/include/freerdp/build-config.h" "${CURRENT_PACKAGES_DIR}" "")
|
||||
|
||||
file(INSTALL "${SOURCE_PATH}/LICENSE" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright)
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "freerdp",
|
||||
"version": "2.4.0",
|
||||
"port-version": 2,
|
||||
"port-version": 3,
|
||||
"description": "A free implementation of the Remote Desktop Protocol (RDP)",
|
||||
"homepage": "https://github.com/FreeRDP/FreeRDP",
|
||||
"supports": "!(arm | uwp)",
|
||||
|
@ -2274,7 +2274,7 @@
|
||||
},
|
||||
"freerdp": {
|
||||
"baseline": "2.4.0",
|
||||
"port-version": 2
|
||||
"port-version": 3
|
||||
},
|
||||
"freetds": {
|
||||
"baseline": "1.2.11",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "e2fdb84a883ddea3d2dd68e8cc1faea98e991e83",
|
||||
"version": "2.4.0",
|
||||
"port-version": 3
|
||||
},
|
||||
{
|
||||
"git-tree": "ff0fd25e52b0e89c620968aa07fca66a086957c7",
|
||||
"version": "2.4.0",
|
||||
|
Loading…
Reference in New Issue
Block a user