aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMicah Lee <micah@micahflee.com>2022-10-07 16:03:22 -0700
committerMicah Lee <micah@micahflee.com>2022-10-07 16:03:22 -0700
commit1d59695189c2b0c16acca252ef13bbf431caa187 (patch)
treef8078901bb78b63bee854d45e6968b528eb6113c
parent6c6c6bc62d6757bbf5b669386d815907eb369645 (diff)
downloadonionshare-1d59695189c2b0c16acca252ef13bbf431caa187.tar.gz
onionshare-1d59695189c2b0c16acca252ef13bbf431caa187.zip
Snapcraft: Fix --with-libevent-dir to work with both Github Actions and snapcraft.io CI
-rw-r--r--snap/snapcraft.yaml2
1 files changed, 1 insertions, 1 deletions
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