From 20341fb7ba48206b3bc57cbe0447f1ba5b04f457 Mon Sep 17 00:00:00 2001 From: Tim Curtis Date: Wed, 22 Jul 2020 15:47:38 -0400 Subject: [PATCH] Update build_recipe_v2.25.txt --- other/build/build_recipe_v2.25.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/other/build/build_recipe_v2.25.txt b/other/build/build_recipe_v2.25.txt index c3f21c250..6041bfc36 100644 --- a/other/build/build_recipe_v2.25.txt +++ b/other/build/build_recipe_v2.25.txt @@ -853,9 +853,9 @@ sudo apt-get -y install portaudio19-dev # Compile librespot source $HOME/.cargo/env -sudo cp ./moode/other/librespot/librespot-0.1.1.zip ./ -unzip ./librespot-0.1.1.zip -cd ./librespot-0.1.1 +sudo cp ./moode/other/librespot/librespot-0.1.2.zip ./ +unzip ./librespot-0.1.2.zip +cd ./librespot-0.1.2 RUSTFLAGS=-Ccodegen-units=1 cargo build --release --features alsa-backend # Copy binary