Skip to content

Commit

Permalink
Add liblastfm for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
hatstand committed Apr 23, 2020
1 parent 0ecb773 commit b007e54
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -471,6 +474,7 @@ jobs:
libiconv-2.dll
libid3tag.dll
libintl-8.dll
liblastfm5.dll
libmad.dll
libmms-0.dll
libmp3lame-0.dll
Expand Down
1 change: 1 addition & 0 deletions dist/windows/clementine.nsi.in
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit b007e54

Please sign in to comment.