Skip to content

Commit

Permalink
[msquic] Do not rename binaries (#40947)
Browse files Browse the repository at this point in the history
  • Loading branch information
dg0yt authored Sep 13, 2024
1 parent 29b2ea2 commit afdfa27
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
1 change: 0 additions & 1 deletion ports/msquic/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ vcpkg_cmake_configure(
-DQUIC_USE_SYSTEM_LIBCRYPTO=OFF
-DQUIC_BUILD_PERF=OFF
-DQUIC_BUILD_TEST=OFF
-DCMAKE_DEBUG_POSTFIX=d
"-DQUIC_STATIC_LINK_CRT=${STATIC_CRT}"
"-DQUIC_STATIC_LINK_PARTIAL_CRT=${STATIC_CRT}"
"-DQUIC_UWP_BUILD=${VCPKG_TARGET_IS_UWP}"
Expand Down
2 changes: 1 addition & 1 deletion ports/msquic/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "msquic",
"version": "2.3.6",
"port-version": 1,
"port-version": 2,
"description": "Cross-platform, C implementation of the IETF QUIC protocol",
"homepage": "https://github.com/microsoft/msquic",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -6090,7 +6090,7 @@
},
"msquic": {
"baseline": "2.3.6",
"port-version": 1
"port-version": 2
},
"mstch": {
"baseline": "1.0.2",
Expand Down
5 changes: 5 additions & 0 deletions versions/m-/msquic.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "1b260265332dca46324f6782ce58f8f74b0887a5",
"version": "2.3.6",
"port-version": 2
},
{
"git-tree": "ba908ead14078300c7e5babd3d725dc58746b3c3",
"version": "2.3.6",
Expand Down

0 comments on commit afdfa27

Please sign in to comment.