mirror of
https://github.com/radareorg/radare2.git
synced 2024-11-27 07:00:30 +00:00
Fix #21332 - Add missing use_sys_openssl option for meson ##build
This commit is contained in:
parent
8d00f20f55
commit
873ff82c1d
@ -281,6 +281,7 @@ else
|
||||
endif
|
||||
|
||||
# handle openssl library
|
||||
use_ssl_crypto = get_option('use_ssl_crypto')
|
||||
if get_option('use_ssl')
|
||||
static_sys_openssl = get_option('static_sys_openssl')
|
||||
sys_openssl = dependency('openssl', required: false, static: static_sys_openssl)
|
||||
|
Loading…
Reference in New Issue
Block a user