From 934fd336da6a72963b6e67c1ef3eaef2a1092b1c Mon Sep 17 00:00:00 2001 From: John Maguire Date: Fri, 17 Apr 2020 12:23:25 +0100 Subject: [PATCH] Install liblastfm for mac --- .circleci/config.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 0deccdef8..8349fb5f8 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -624,6 +624,12 @@ jobs: protobuf protobuf-c qt + - run: + name: Install liblastfm + command: brew install https://raw.githubusercontent.com/tomahawk-player/homebrew-tomahawkqt5/master/liblastfm.rb + - run: + name: Fix liblastfm includes + command: ln -s /usr/local/include/lastfm /usr/local/include/lastfm5 - checkout - run: name: cmake