Update snapcraft.yaml to fix compile

This commit is contained in:
Jakob P. Liljenberg 2024-01-03 16:01:13 +01:00 committed by GitHub
parent cabd91b8d2
commit ea53d48667
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -45,6 +45,7 @@ parts:
source-type: git
plugin: make
make-parameters:
- CXX=g++-11
- PREFIX=/usr/local
- STATIC=true
- ADDFLAGS="-D SNAPPED"