mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +02:00
Fix rnnoise installation path
This commit is contained in:
parent
46b4a5fc5a
commit
3ff9543106
1 changed files with 6 additions and 0 deletions
|
@ -428,11 +428,17 @@ parts:
|
||||||
source-commit: 7f449bf8bd3b933891d12c30112268c4090e4d59
|
source-commit: 7f449bf8bd3b933891d12c30112268c4090e4d59
|
||||||
plugin: autotools
|
plugin: autotools
|
||||||
autotools-configure-parameters:
|
autotools-configure-parameters:
|
||||||
|
- --prefix=/usr
|
||||||
|
- --libdir=\${exec_prefix}/lib/$SNAPCRAFT_ARCH_TRIPLET
|
||||||
|
- --disable-static
|
||||||
- --disable-examples
|
- --disable-examples
|
||||||
- --disable-doc
|
- --disable-doc
|
||||||
prime:
|
prime:
|
||||||
- -./usr/include
|
- -./usr/include
|
||||||
- -./usr/lib/$SNAPCRAFT_ARCH_TRIPLET/pkgconfig
|
- -./usr/lib/$SNAPCRAFT_ARCH_TRIPLET/pkgconfig
|
||||||
|
- -./usr/lib/$SNAPCRAFT_ARCH_TRIPLET/librnnoise.la
|
||||||
|
- -./usr/lib/$SNAPCRAFT_ARCH_TRIPLET/librnnoise.so
|
||||||
|
- -./usr/share
|
||||||
|
|
||||||
webrtc:
|
webrtc:
|
||||||
source: https://github.com/desktop-app/tg_owt.git
|
source: https://github.com/desktop-app/tg_owt.git
|
||||||
|
|
Loading…
Add table
Reference in a new issue