1
0
mirror of https://github.com/strawberrymusicplayer/strawberry synced 2024-12-17 19:18:36 +01:00

Fix snap build

This commit is contained in:
Jonas Kvinge 2019-04-13 00:44:21 +02:00
parent eed008de4b
commit 0367c5bd1c

View File

@ -39,7 +39,9 @@ parts:
plugin: cmake
source-type: git
source: https://github.com/jonaski/strawberry
after: [alsa-lib, desktop-qt5]
after:
- alsa-lib
- desktop-qt5
override-build: |
cmake ../src -DCMAKE_INSTALL_PREFIX=/usr
make -j $(getconf _NPROCESSORS_ONLN)