Skip to content

Commit 28662ff

Browse files
committed
Build librespot with feature 'rustls-tls-native-roots'
1 parent fc87845 commit 28662ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ packages() {
5656
LIBRESPOT_HASH="$(git rev-parse HEAD | cut -c 1-7 || echo unknown)"
5757

5858
echo "Build Librespot binary..."
59-
cargo build --jobs "$(nproc)" --profile release --target "$BUILD_TARGET" --no-default-features --features "alsa-backend pulseaudio-backend with-avahi"
59+
cargo build --jobs "$(nproc)" --profile release --target "$BUILD_TARGET" --no-default-features --features "alsa-backend pulseaudio-backend with-avahi rustls-tls-native-roots"
6060

6161
echo "Copy Librespot binary to package root..."
6262
cd /mnt/raspotify

0 commit comments

Comments
 (0)