From 9a7ea2dd165afc549f11ca4d69a903b3daf878fb Mon Sep 17 00:00:00 2001 From: Micah Lee Date: Wed, 5 Oct 2022 10:43:44 -0700 Subject: [PATCH] Update libevent path --- snap/snapcraft.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index c79a0cb5..73c36f49 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -141,7 +141,8 @@ parts: source-type: tar plugin: autotools autotools-configure-parameters: - - "--with-libevent-dir=/build/onionshare/parts/libevent/install/usr/local" + # - "--with-libevent-dir=/build/onionshare/parts/libevent/install/usr/local" + - "--with-libevent-dir=/root/parts/libevent/install/usr/local" build-packages: - libssl-dev - zlib1g-dev