mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 04:43:18 +08:00
[libunifex] no absolute paths (#22098)
This commit is contained in:
parent
38b19b5718
commit
2dc795b4e5
@ -26,6 +26,7 @@ vcpkg_cmake_configure(
|
||||
vcpkg_cmake_install()
|
||||
vcpkg_cmake_config_fixup(PACKAGE_NAME unifex CONFIG_PATH lib/cmake/unifex)
|
||||
vcpkg_copy_pdbs()
|
||||
vcpkg_fixup_pkgconfig()
|
||||
|
||||
file(INSTALL "${SOURCE_PATH}/LICENSE.txt"
|
||||
DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright)
|
||||
|
@ -1,6 +1,7 @@
|
||||
{
|
||||
"name": "libunifex",
|
||||
"version-date": "2021-12-07",
|
||||
"port-version": 1,
|
||||
"description": "Unified Executors",
|
||||
"homepage": "https://github.com/facebookexperimental/libunifex",
|
||||
"dependencies": [
|
||||
|
@ -4010,7 +4010,7 @@
|
||||
},
|
||||
"libunifex": {
|
||||
"baseline": "2021-12-07",
|
||||
"port-version": 0
|
||||
"port-version": 1
|
||||
},
|
||||
"libunistring": {
|
||||
"baseline": "0.9.10",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "3d86e12f11e6d8e0528f4dfc62ccd33df1185673",
|
||||
"version-date": "2021-12-07",
|
||||
"port-version": 1
|
||||
},
|
||||
{
|
||||
"git-tree": "713acea62d9dab0d2dd99d0790b9f716f9b9e971",
|
||||
"version-date": "2021-12-07",
|
||||
|
Loading…
Reference in New Issue
Block a user