From 6bdb4486c1ccf665f29ceee862be7d852b247239 Mon Sep 17 00:00:00 2001 From: uNetworkingAB <110806833+uNetworkingAB@users.noreply.github.com> Date: Mon, 10 Oct 2022 13:55:35 +0200 Subject: [PATCH] Build lsquic on macos --- build.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.c b/build.c index 1ab5e3ff..a991e9f8 100644 --- a/build.c +++ b/build.c @@ -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