Skip to content

Commit

Permalink
Update snapcraft.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
nlogozzo committed Feb 7, 2024
1 parent 72b9ccf commit 5274ee6
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,12 @@ parts:
build-packages:
- g++-13
- gcc-13
- libjsoncpp-dev
- libjsoncpp-dev
- libidn-dev
- libjpeg-dev
- libtiff-dev
- libpng-dev
- libfreetype-dev
override-build: |
cp -r ${CRAFT_PART_SRC}/ ${CRAFT_STAGE}/
update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-13 100 --slave /usr/bin/g++ g++ /usr/bin/g++-13 --slave /usr/bin/gcov gcov /usr/bin/gcov-13
Expand Down

0 comments on commit 5274ee6

Please sign in to comment.