mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-06-07 01:39:01 +08:00
[llhttp] no absolute paths (#28176)
This commit is contained in:
parent
3414a890d4
commit
942b65939d
@ -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()
|
||||
|
@ -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",
|
||||
|
@ -4582,7 +4582,7 @@
|
||||
},
|
||||
"llhttp": {
|
||||
"baseline": "8.1.0",
|
||||
"port-version": 0
|
||||
"port-version": 1
|
||||
},
|
||||
"llvm": {
|
||||
"baseline": "14.0.4",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "655fdc5f25da19400df907e4d82fc0b148f02e9d",
|
||||
"version": "8.1.0",
|
||||
"port-version": 1
|
||||
},
|
||||
{
|
||||
"git-tree": "39acd6919332902cf5fc9a9eb83e57f8eb548139",
|
||||
"version": "8.1.0",
|
||||
|
Loading…
Reference in New Issue
Block a user