Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Configure cryptography more thoroughly #74

Merged
merged 1 commit into from
Feb 8, 2024
Merged

Configure cryptography more thoroughly #74

merged 1 commit into from
Feb 8, 2024

Conversation

elprans
Copy link
Member

@elprans elprans commented Feb 8, 2024

Pass OPENSSL_LIB_DIR and OPENSSL_INCLUDE_DIR when building
cryptography so that its openssl-sys crate dependency is happy.

Pass `OPENSSL_LIB_DIR` and `OPENSSL_INCLUDE_DIR` when building
`cryptography` so that its `openssl-sys` crate dependency is happy.
openssl_path = build.get_install_dir(
openssl_pkg, relative_to="pkgbuild"
)
openssl_path /= build.get_full_install_prefix().relative_to("/")
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't mind / to mean path joining but /= is really offensive to me :P

@elprans elprans merged commit c6eadd2 into master Feb 8, 2024
2 checks passed
@elprans elprans deleted the cryptography branch February 8, 2024 19:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants