From 940ec4b3533dd180b51c3a41e76944d98258d9ae Mon Sep 17 00:00:00 2001 From: Leo Arias Date: Thu, 24 Aug 2017 06:20:35 +0000 Subject: Add libz3-dev to the snap build-packages --- snap/snapcraft.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index db976bc3..ea0f2ef5 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -26,7 +26,7 @@ parts: source: . source-type: git plugin: cmake - build-packages: [build-essential, libboost-all-dev] + build-packages: [build-essential, libboost-all-dev, libz3-dev] stage-packages: [libicu55] prepare: | if git describe --exact-match --tags 2> /dev/null -- cgit