Fix snap build
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user