We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f6748bb + 40bd105 commit db98267Copy full SHA for db98267
1 file changed
meson.build
@@ -81,11 +81,9 @@ if openssl_dep.found()
81
# Test for LibreSSL v3.x with incomplete OpenSSL v3 APIs
82
is_libressl = cc.has_header_symbol('openssl/opensslv.h',
83
'LIBRESSL_VERSION_NUMBER',
84
- dependencies: openssl_dep,
85
- args: '-nostdinc')
+ dependencies: openssl_dep)
86
has_header = cc.has_header('openssl/core_names.h',
87
88
89
if is_libressl and not has_header
90
api_version = 1
91
endif
0 commit comments