Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Provide libquic.a definition to VIO::VIO() (#8706)
Building with Clang 13 resulted in an undefined sybmol for VIO::VIO(). That is provided by libinkevent.a. Providing that after libquic.a so it can find the symbol. This closes #8686 (cherry picked from commit bce99bf)
- Loading branch information