summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJakob P. Liljenberg <admin@qvantnet.com>2024-01-03 16:01:13 +0100
committerGitHub <noreply@github.com>2024-01-03 16:01:13 +0100
commitea53d48667bf36df8c1550f3f5aac574bd1ca5de (patch)
treee06f5aa8dd72e25bcf970ad7d868d8ddceec479a
parentcabd91b8d21837b5361a533be3d659ad354ba03c (diff)
Update snapcraft.yaml to fix compile
-rw-r--r--snap/snapcraft.yaml1
1 files changed, 1 insertions, 0 deletions
diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml
index f6b2729..2e76ba5 100644
--- a/snap/snapcraft.yaml
+++ b/snap/snapcraft.yaml
@@ -45,6 +45,7 @@ parts:
source-type: git
plugin: make
make-parameters:
+ - CXX=g++-11
- PREFIX=/usr/local
- STATIC=true
- ADDFLAGS="-D SNAPPED"