Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ else
conf.set('fallthrough', 'do {} while (0) /* fallthrough */')
endif

if openssl_dep.found()
if openssl_dep.found() and meson.can_run_host_binaries()
if openssl_dep.type_name() != 'internal'
# Check for a bug in the EVP_PKEY_CTX_add1_hkdf_info implementation
res = cc.run(
Expand Down