From c580c71eeb5e2c085203f92ae3b4505aef24d7aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Tue, 30 Jul 2024 18:22:08 +0200 Subject: [PATCH] Update install --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 2a683ea..6b458b5 100755 --- a/scripts/install +++ b/scripts/install @@ -81,7 +81,7 @@ pushd $install_dir/build_ldap/ popd pushd $install_dir/build_stt/ - ynh_exec_warn_less ynh_exec_as $app CGO_ENABLED=0 $ynh_go build -o $install_dir/stt/ + ynh_exec_warn_less ynh_exec_as $app CGO_ENABLED=1 $ynh_go build -o $install_dir/stt/ ln -s $install_dir/stt/whisper.cpp/models $install_dir/stt/ popd