[llhttp] no absolute paths (#28176)

This commit is contained in:
autoantwort 2022-12-06 21:49:03 +01:00 committed by GitHub
parent 3414a890d4
commit 942b65939d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 9 additions and 1 deletions

View File

@ -23,3 +23,5 @@ vcpkg_cmake_config_fixup(
)
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include")
vcpkg_install_copyright(FILE_LIST "${SOURCE_PATH}/LICENSE-MIT")
vcpkg_fixup_pkgconfig()

View File

@ -1,6 +1,7 @@
{
"name": "llhttp",
"version": "8.1.0",
"port-version": 1,
"description": "Port of http_parser to llparse.",
"homepage": "https://github.com/nodejs/llhttp",
"license": "MIT",

View File

@ -4582,7 +4582,7 @@
},
"llhttp": {
"baseline": "8.1.0",
"port-version": 0
"port-version": 1
},
"llvm": {
"baseline": "14.0.4",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "655fdc5f25da19400df907e4d82fc0b148f02e9d",
"version": "8.1.0",
"port-version": 1
},
{
"git-tree": "39acd6919332902cf5fc9a9eb83e57f8eb548139",
"version": "8.1.0",