mirror of
https://github.com/clementine-player/Clementine
synced 2024-12-23 08:20:01 +01:00
Add liblastfm for windows
This commit is contained in:
parent
0ecb773355
commit
b007e54b3d
@ -407,6 +407,9 @@ jobs:
|
||||
PKG_CONFIG_PATH: /target/lib/pkgconfig
|
||||
steps:
|
||||
- checkout
|
||||
- run:
|
||||
name: Fix liblastfm includes
|
||||
command: ln -s /target/include/lastfm /target/include/lastfm5
|
||||
- run:
|
||||
name: CMake
|
||||
working_directory: bin
|
||||
@ -471,6 +474,7 @@ jobs:
|
||||
libiconv-2.dll
|
||||
libid3tag.dll
|
||||
libintl-8.dll
|
||||
liblastfm5.dll
|
||||
libmad.dll
|
||||
libmms-0.dll
|
||||
libmp3lame-0.dll
|
||||
|
1
dist/windows/clementine.nsi.in
vendored
1
dist/windows/clementine.nsi.in
vendored
@ -307,6 +307,7 @@ Section "Clementine" Clementine
|
||||
File "libiconv-2.dll"
|
||||
File "libid3tag.dll"
|
||||
File "libintl-8.dll"
|
||||
File "liblastfm5.dll"
|
||||
File "libmad.dll"
|
||||
File "libmms-0.dll"
|
||||
File "libmp3lame-0.dll"
|
||||
|
Loading…
Reference in New Issue
Block a user