Use GCC 10 in snap

This commit is contained in:
Ilya Fedin 2021-11-18 19:13:40 +04:00 committed by John Preston
parent 33f56a791a
commit dc8aefd7ad
1 changed files with 3 additions and 0 deletions

View File

@ -91,9 +91,12 @@ parts:
source-type: git
parse-info: [usr/share/metainfo/telegram-desktop_telegram-desktop.appdata.xml]
build-environment:
- CC: gcc-10
- CXX: g++-10
- LD_LIBRARY_PATH: $SNAPCRAFT_STAGE/usr/lib/$SNAPCRAFT_ARCH_TRIPLET:$LD_LIBRARY_PATH
build-packages:
- clang
- g++-10
- python
- libasound2-dev
- libglib2.0-dev