1
0
mirror of https://github.com/strawberrymusicplayer/strawberry synced 2024-12-18 03:29:12 +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 plugin: cmake
source-type: git source-type: git
source: https://github.com/jonaski/strawberry source: https://github.com/jonaski/strawberry
after: [alsa-lib, desktop-qt5] after:
- alsa-lib
- desktop-qt5
override-build: | override-build: |
cmake ../src -DCMAKE_INSTALL_PREFIX=/usr cmake ../src -DCMAKE_INSTALL_PREFIX=/usr
make -j $(getconf _NPROCESSORS_ONLN) make -j $(getconf _NPROCESSORS_ONLN)