From c4be3100813e1f0005a940b6aa9ee0d719a144dd Mon Sep 17 00:00:00 2001 From: Jonas Kvinge Date: Thu, 16 Jan 2020 20:46:10 +0100 Subject: [PATCH] Use static taglib on windows --- dist/windows/strawberry.nsi.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/windows/strawberry.nsi.in b/dist/windows/strawberry.nsi.in index 2a79382d8..76739541e 100644 --- a/dist/windows/strawberry.nsi.in +++ b/dist/windows/strawberry.nsi.in @@ -201,7 +201,7 @@ Section "Strawberry" Strawberry File "libspeex-1.dll" File "libsqlite3-0.dll" File "libstdc++-6.dll" - File "libtag.dll" + ;File "libtag.dll" File "libunistring-2.dll" File "libvorbis-0.dll" File "libvorbisenc-2.dll"