update folly related to 06.17 (#4439)
* update folly related to 06.17 * Add files via upload * Update xmake.lua * Delete packages/m/mvfst/shared.patch * patchpull/4444/head
parent
c0f61ec2cb
commit
23c0190495
8 changed files with 29 additions and 3 deletions
@ -0,0 +1,20 @@ |
||||
diff --git a/quic/state/CMakeLists.txt b/quic/state/CMakeLists.txt
|
||||
index e3b0d5d9d..d86f50ee7 100644
|
||||
--- a/quic/state/CMakeLists.txt
|
||||
+++ b/quic/state/CMakeLists.txt
|
||||
@@ -151,6 +151,7 @@ add_dependencies(
|
||||
mvfst_codec
|
||||
mvfst_codec_types
|
||||
mvfst_state_machine
|
||||
+ mvfst_flowcontrol
|
||||
)
|
||||
|
||||
target_link_libraries(
|
||||
@@ -160,6 +161,7 @@ target_link_libraries(
|
||||
mvfst_codec
|
||||
mvfst_codec_types
|
||||
mvfst_state_machine
|
||||
+ mvfst_flowcontrol
|
||||
)
|
||||
|
||||
|
Loading…
Reference in new issue