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

Fix OpenSSL_jll detection #4127

Merged

Conversation

IanButterworth
Copy link
Member

It turns out OpenSSL_jll is conditionally loaded, and not loaded at all on Windows, so use Base.is_stdlib instead.

On JuliaLang/julia#56708

julia> OpenSSL_pkgid = Base.PkgId(Base.UUID("458c3c95-2e84-50aa-8efc-19380b2a3a95"), "OpenSSL_jll")
OpenSSL_jll [458c3c95-2e84-50aa-8efc-19380b2a3a95]

julia> Base.is_stdlib(OpenSSL_pkgid)
true

@IanButterworth IanButterworth merged commit 8d3cf02 into JuliaLang:master Jan 1, 2025
7 checks passed
@IanButterworth IanButterworth deleted the ib/fix_openssl_detection branch January 1, 2025 18:54
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.

1 participant