1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/invidious_ynh.git synced 2024-09-03 19:15:55 +02:00

compile without liblsquic

This commit is contained in:
felixg3 2022-08-19 22:49:30 +02:00 committed by GitHub
parent fe13e057b9
commit a802f803d2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
#=================================================