mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-16 06:07:06 +02:00
Make libblas3 discoverable in snap
This commit is contained in:
parent
95a4bf718d
commit
b46d002157
1 changed files with 4 additions and 0 deletions
|
@ -238,6 +238,10 @@ parts:
|
|||
- libavutil56
|
||||
- libswresample3
|
||||
- libswscale5
|
||||
override-build: |
|
||||
craftctl default
|
||||
mv "$CRAFT_PART_INSTALL/usr/lib/$CRAFT_ARCH_TRIPLET/blas/"* "$CRAFT_PART_INSTALL/usr/lib/$CRAFT_ARCH_TRIPLET"
|
||||
rmdir "$CRAFT_PART_INSTALL/usr/lib/$CRAFT_ARCH_TRIPLET/blas"
|
||||
stage:
|
||||
- -./usr/lib/$CRAFT_ARCH_TRIPLET/libjpeg.so.8.2.2
|
||||
after:
|
||||
|
|
Loading…
Add table
Reference in a new issue