mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-11-29 12:15:43 +03:00
Force >=1.0.0 openssl version
This commit is contained in:
parent
21be3dbb48
commit
49fc00e89a
@ -257,7 +257,7 @@ configure_file(input : 'include/config.h.in',
|
||||
configuration : conf_data)
|
||||
|
||||
# We expect these libs to supplied with the distribution
|
||||
openssl_dep = dependency('openssl')
|
||||
openssl_dep = dependency('openssl', version: '>=1.0.0')
|
||||
curl_dep = dependency('libcurl')
|
||||
libuv_dep = dependency('libuv')
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user