Build lsquic on macos

This commit is contained in:
uNetworkingAB
2022-10-10 13:55:35 +02:00
committed by GitHub
parent a5a4606c25
commit 6bdb4486c1

View File

@@ -56,7 +56,7 @@ void prepare() {
}
void build_lsquic(const char *arch) {
#ifdef IS_LINUX
#ifndef IS_WINDOWS
/* Build for x64 or arm64 (depending on the host) */
run("cd uWebSockets/uSockets/lsquic && cmake -DCMAKE_POSITION_INDEPENDENT_CODE=ON -DBORINGSSL_DIR=../boringssl -DCMAKE_BUILD_TYPE=Release -DLSQUIC_BIN=Off . && make lsquic");
#endif