mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-26 17:41:09 +08:00
[liblsquic] Remove spurious duplicated install line. (#27088)
* [liblsquic] Remove spurious duplicated install line. Got left behind when the new helper usage was added before merging the original PR * Update versions
This commit is contained in:
parent
aa27f5d15a
commit
1aff5b6ac2
@ -69,8 +69,6 @@ vcpkg_install_copyright(FILE_LIST
|
||||
"${SOURCE_PATH}/LICENSE.chrome"
|
||||
)
|
||||
|
||||
file(INSTALL "${CURRENT_BUILDTREES_DIR}/copyright" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}")
|
||||
|
||||
# Remove duplicated include directory
|
||||
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include")
|
||||
|
||||
|
@ -1,6 +1,7 @@
|
||||
{
|
||||
"name": "liblsquic",
|
||||
"version": "3.1.1",
|
||||
"port-version": 1,
|
||||
"description": "An implementation of the QUIC and HTTP/3 protocols.",
|
||||
"homepage": "https://github.com/litespeedtech/lsquic",
|
||||
"license": "MIT AND BSD-3-Clause",
|
||||
|
@ -3874,7 +3874,7 @@
|
||||
},
|
||||
"liblsquic": {
|
||||
"baseline": "3.1.1",
|
||||
"port-version": 0
|
||||
"port-version": 1
|
||||
},
|
||||
"liblzma": {
|
||||
"baseline": "5.2.5",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "2a2383de53efd9458419db7bd82db49b342023da",
|
||||
"version": "3.1.1",
|
||||
"port-version": 1
|
||||
},
|
||||
{
|
||||
"git-tree": "f6f4593aba81acc749f3223d0fd3987d5920b164",
|
||||
"version": "3.1.1",
|
||||
|
Loading…
x
Reference in New Issue
Block a user