mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 14:29:06 +08:00
[libevent] no absolute paths (#21179)
This commit is contained in:
parent
a9ff505c5b
commit
1e1ed5d16b
@ -63,6 +63,7 @@ vcpkg_replace_string(${CURRENT_PACKAGES_DIR}/share/libevent/LibeventTargets-${_t
|
|||||||
"${CURRENT_PACKAGES_DIR}"
|
"${CURRENT_PACKAGES_DIR}"
|
||||||
"${CURRENT_INSTALLED_DIR}"
|
"${CURRENT_INSTALLED_DIR}"
|
||||||
)
|
)
|
||||||
|
vcpkg_replace_string(${CURRENT_PACKAGES_DIR}/share/libevent/LibeventConfig.cmake "${SOURCE_PATH}/include;${CURRENT_BUILDTREES_DIR}/${TARGET_TRIPLET}-rel/include" "")
|
||||||
vcpkg_fixup_pkgconfig()
|
vcpkg_fixup_pkgconfig()
|
||||||
vcpkg_copy_pdbs()
|
vcpkg_copy_pdbs()
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "libevent",
|
"name": "libevent",
|
||||||
"version": "2.1.12",
|
"version": "2.1.12",
|
||||||
"port-version": 4,
|
"port-version": 5,
|
||||||
"description": "An event notification library",
|
"description": "An event notification library",
|
||||||
"homepage": "https://github.com/libevent/libevent",
|
"homepage": "https://github.com/libevent/libevent",
|
||||||
"supports": "!uwp",
|
"supports": "!uwp",
|
||||||
|
@ -3434,7 +3434,7 @@
|
|||||||
},
|
},
|
||||||
"libevent": {
|
"libevent": {
|
||||||
"baseline": "2.1.12",
|
"baseline": "2.1.12",
|
||||||
"port-version": 4
|
"port-version": 5
|
||||||
},
|
},
|
||||||
"libevhtp": {
|
"libevhtp": {
|
||||||
"baseline": "1.2.18",
|
"baseline": "1.2.18",
|
||||||
|
@ -1,5 +1,10 @@
|
|||||||
{
|
{
|
||||||
"versions": [
|
"versions": [
|
||||||
|
{
|
||||||
|
"git-tree": "4c3a73b8448f16fa69e497ef6f1df41a261a9b54",
|
||||||
|
"version": "2.1.12",
|
||||||
|
"port-version": 5
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"git-tree": "0405b56180d4920314ae69183ed5184a6017f7a9",
|
"git-tree": "0405b56180d4920314ae69183ed5184a6017f7a9",
|
||||||
"version": "2.1.12",
|
"version": "2.1.12",
|
||||||
|
Loading…
Reference in New Issue
Block a user