mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-13 20:28:26 +08:00
[msquic] Fix dynamic CRT linkage (#40696)
This commit is contained in:
parent
b0ebe289a1
commit
90dfa52bf0
@ -65,6 +65,7 @@ vcpkg_cmake_configure(
|
||||
-DQUIC_BUILD_PERF=OFF
|
||||
-DQUIC_BUILD_TEST=OFF
|
||||
"-DQUIC_STATIC_LINK_CRT=${STATIC_CRT}"
|
||||
"-DQUIC_STATIC_LINK_PARTIAL_CRT=${STATIC_CRT}"
|
||||
"-DQUIC_UWP_BUILD=${VCPKG_TARGET_IS_UWP}"
|
||||
)
|
||||
|
||||
|
@ -1,6 +1,7 @@
|
||||
{
|
||||
"name": "msquic",
|
||||
"version": "2.3.5",
|
||||
"port-version": 1,
|
||||
"description": "Cross-platform, C implementation of the IETF QUIC protocol",
|
||||
"homepage": "https://github.com/microsoft/msquic",
|
||||
"license": "MIT",
|
||||
|
@ -6054,7 +6054,7 @@
|
||||
},
|
||||
"msquic": {
|
||||
"baseline": "2.3.5",
|
||||
"port-version": 0
|
||||
"port-version": 1
|
||||
},
|
||||
"mstch": {
|
||||
"baseline": "1.0.2",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "85ab1ddebbe0f051950212c6dc07ea3ad96cb271",
|
||||
"version": "2.3.5",
|
||||
"port-version": 1
|
||||
},
|
||||
{
|
||||
"git-tree": "20a3ca5768fb1bb7781563159dc5400b0b2bb978",
|
||||
"version": "2.3.5",
|
||||
|
Loading…
x
Reference in New Issue
Block a user