Skip to content

Commit 7d37e6a

Browse files
Tryi setting --with-openssl-rpath in configure invocation
1 parent 3f3a70b commit 7d37e6a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -388,6 +388,7 @@ jobs:
388388
--enable-slower-safety \
389389
--with-pydebug \
390390
--with-openssl="$OPENSSL_DIR" \
391+
--with-openssl-rpath="$OPENSSL_DIR"/lib \
391392
--with-builtin-hashlib-hashes=blake2 \
392393
--with-ssl-default-suites=openssl
393394
- name: Build CPython

0 commit comments

Comments
 (0)