mirror of
https://gitea.invidious.io/iv-org/litespeed-quic.git
synced 2024-08-15 00:53:43 +00:00
Release 2.19.10 -- Fix Windows and MacOS builds
This commit is contained in:
parent
2f2f436324
commit
c3c69ba3bb
7 changed files with 53 additions and 9 deletions
|
@ -19,6 +19,12 @@ CHECK_SYMBOL_EXISTS(
|
|||
HAVE_IP_DONTFRAG
|
||||
)
|
||||
|
||||
CHECK_SYMBOL_EXISTS(
|
||||
preadv
|
||||
"sys/uio.h"
|
||||
HAVE_PREADV
|
||||
)
|
||||
|
||||
INCLUDE(CheckIncludeFiles)
|
||||
|
||||
IF (MSVC AND PCRE_LIB)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue