From a802f803d2eee970f3c115e6b2df115b6e797d91 Mon Sep 17 00:00:00 2001 From: felixg3 Date: Fri, 19 Aug 2022 22:49:30 +0200 Subject: [PATCH] compile without liblsquic --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index c45ebb1..f50cbd0 100644 --- a/scripts/install +++ b/scripts/install @@ -140,7 +140,7 @@ ynh_script_progression --message="Building Invidious.. (this will take some time pushd "$final_path" ynh_exec_warn_less shards install --production - ynh_exec_warn_less crystal build $final_path/src/invidious.cr --release + ynh_exec_warn_less crystal build -Ddisable_quic $final_path/src/invidious.cr --release popd #=================================================