From 4f219362fe96573f8ce3dc2e0ee86070046071dd Mon Sep 17 00:00:00 2001 From: Samantaz Fox Date: Tue, 4 Jan 2022 01:47:41 +0100 Subject: [PATCH] Also fix DISABLE_QUIC declaration --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 46a3e055..b27db613 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ RELEASE := 1 STATIC := 0 -DISABLE_LSQUIC := 0 +DISABLE_QUIC := 0 NO_DBG_SYMBOLS := 0