From 1d59695189c2b0c16acca252ef13bbf431caa187 Mon Sep 17 00:00:00 2001 From: Micah Lee Date: Fri, 7 Oct 2022 16:03:22 -0700 Subject: Snapcraft: Fix --with-libevent-dir to work with both Github Actions and snapcraft.io CI --- snap/snapcraft.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index ffc56d6e..d24ccbfc 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -178,7 +178,7 @@ parts: source-type: tar plugin: autotools autotools-configure-parameters: - - "--with-libevent-dir=$SNAPCRAFT_PROJECT_DIR/../parts/libevent/install/usr/local" + - "--with-libevent-dir=$SNAPCRAFT_PART_INSTALL/../../libevent/install/usr/local" build-packages: - libssl-dev - zlib1g-dev -- cgit v1.2.3-54-g00ecf