Skip to content

Commit 45494ee

Browse files
haiku: let pkg-config find openssl3 (and lz4)
1 parent 91462bb commit 45494ee

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -453,9 +453,10 @@ jobs:
453453
python3 -m venv .venv
454454
. .venv/bin/activate
455455
456-
export PKG_CONFIG_PATH="/system/develop/lib/pkgconfig:/system/lib/pkgconfig:${PKG_CONFIG_PATH:-}"
456+
ls -l /system/lib/openssl3/pkgconfig
457+
458+
export PKG_CONFIG_PATH="/system/lib/openssl3/pkgconfig:/system/develop/lib/pkgconfig:/system/lib/pkgconfig:${PKG_CONFIG_PATH:-}"
457459
export BORG_LIBLZ4_PREFIX=/system/develop
458-
export BORG_OPENSSL_PREFIX=/system/develop
459460
pip install -r requirements.d/development.lock.txt
460461
pip install -e .
461462

0 commit comments

Comments
 (0)