mirror of
https://github.com/onionshare/onionshare.git
synced 2025-06-02 21:33:12 -04:00
Snapcraft: Fix --with-libevent-dir to work with both Github Actions and snapcraft.io CI
This commit is contained in:
parent
28f483fac9
commit
c9f83dbda7
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue